email smtp2go&google relay 1
This commit is contained in:
@@ -187,14 +187,17 @@
|
||||
userName = "lennart@${hyper.domain}";
|
||||
realName = "Lennart J. Kurzweg";
|
||||
imap = {
|
||||
port = 143;
|
||||
host = "mail.${hyper.domain}";
|
||||
tls.useStartTls = true;
|
||||
port = 993;
|
||||
host = "ssh.${hyper.domain}";
|
||||
tls.enable = true;
|
||||
};
|
||||
smtp = {
|
||||
port = 587;
|
||||
host = "mail.${hyper.domain}";
|
||||
tls.useStartTls = true;
|
||||
port = 465;
|
||||
host = "mail-eu.smtp2go.com";
|
||||
tls.enable = true;
|
||||
# port = 587;
|
||||
# host = "mail.${hyper.domain}";
|
||||
# tls.useStartTls = true;
|
||||
};
|
||||
signature = {
|
||||
text = ''
|
||||
|
||||
Reference in New Issue
Block a user