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 = { | ||
host = "example.org"; | |||
from = "hello@example.org"; | |||
user = "hello@example.org"; | |||
password = "mypassword123"; | |||
}; | }; | ||
}; | }; |