Msmtp: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
mNo edit summary
Line 10: Line 10:
programs.msmtp = {
programs.msmtp = {
   enable = true;
   enable = true;
   accounts = {
   accounts.default = {
     default = {
     host = "example.org";
      host = "example.org";
    from = "hello@example.org";
      from = "hello@example.org";
    user = "hello@example.org";
      user = "hello@example.org";
    password = "mypassword123";
      password = "mypassword123";
    };
   };
   };
};
};