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 = {
enable = true;
setSendmail = true;
accounts = {
defaults = {
auth = true;
tls = true;
host = "smtp.migadu.com";
port = 465;
};
defaults = {
auth = true;
tls = true;
host = "smtp.migadu.com";
port = 465;
};
};
}