This commit is contained in:
Don Harper 2023-12-19 21:57:22 -06:00
parent 3b9132a6cb
commit f7bad4e4b1
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@
default = {
auth = true;
tls = true;
from = "duck@duckland.org";
from = "don@donharper.org";
host = "smtp.gmail.com";
user = "duckunix@gmail.com";
passwordeval = "cat /home/don/.smtp_password.txt";

View file

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