change duck@duckland.org -> don@donharper.org
This commit is contained in:
parent
3b9132a6cb
commit
f7bad4e4b1
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@
|
||||||
default = {
|
default = {
|
||||||
auth = true;
|
auth = true;
|
||||||
tls = true;
|
tls = true;
|
||||||
from = "duck@duckland.org";
|
from = "don@donharper.org";
|
||||||
host = "smtp.gmail.com";
|
host = "smtp.gmail.com";
|
||||||
user = "duckunix@gmail.com";
|
user = "duckunix@gmail.com";
|
||||||
passwordeval = "cat /home/don/.smtp_password.txt";
|
passwordeval = "cat /home/don/.smtp_password.txt";
|
||||||
|
|
|
||||||
|
|
@ -252,7 +252,7 @@ in
|
||||||
auth = true;
|
auth = true;
|
||||||
tls = true;
|
tls = true;
|
||||||
port = 587;
|
port = 587;
|
||||||
from = "duck@duckland.org";
|
from = "don@donharper.org";
|
||||||
host = "smtp.gmail.com";
|
host = "smtp.gmail.com";
|
||||||
user = "duckunix@gmail.com";
|
user = "duckunix@gmail.com";
|
||||||
passwordeval = "cat /home/don/.smtp_password.txt";
|
passwordeval = "cat /home/don/.smtp_password.txt";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue