mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
switch email providers
This commit is contained in:
parent
b4ceee780c
commit
4d4e59a430
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
tls = true;
|
tls = true;
|
||||||
tls_starttls = true;
|
tls_starttls = true;
|
||||||
auth = true;
|
auth = true;
|
||||||
from = "noreply@nickiel.net";
|
from = "nickiel.is.a.dev@gmail.com";
|
||||||
user = "nickiel.is.a.dev";
|
user = "nickiel.is.a.dev";
|
||||||
passwordeval = "cat /Aurora/mail.password";
|
passwordeval = "cat /Aurora/mail.password";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue