server & workstation | switch outbound smtp to smtp2go

This commit is contained in:
Don Harper 2025-04-08 07:41:11 -05:00
parent 42acee4d7c
commit 7d2d8197bf
2 changed files with 8 additions and 8 deletions

View file

@ -243,9 +243,9 @@ in {
auth = true;
tls = true;
port = 587;
from = "duck@duckland.org";
host = "smtp.gmail.com";
user = "duckunix@gmail.com";
from = "don@donharper.org";
host = "smtp.smtp2go.com";
user = "donharper.org";
passwordeval = "cat /home/don/.smtp_password.txt";
};
};