server & workstation | switch outbound smtp to smtp2go
This commit is contained in:
parent
42acee4d7c
commit
7d2d8197bf
2 changed files with 8 additions and 8 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue