1
Fork 0

Fix msmtp config

This commit is contained in:
Matei Adriel 2024-02-12 15:38:46 +01:00
parent 55c8a20218
commit 15441e4b61
No known key found for this signature in database

View file

@ -2,13 +2,12 @@
programs.msmtp = { programs.msmtp = {
enable = true; enable = true;
setSendmail = true; setSendmail = true;
accounts = {
defaults = { defaults = {
auth = true; auth = true;
tls = true; tls = true;
host = "smtp.migadu.com"; host = "smtp.migadu.com";
port = 465; port = 465;
};
}; };
}; };
} }