fix
This commit is contained in:
@@ -78,6 +78,7 @@ in
|
||||
# user = "noreply.mastodon@${sp.domain}";
|
||||
fromAddress = "noreply.mastodon@${sp.domain}";
|
||||
user = "noreply.mastodon";
|
||||
# host = "";
|
||||
host = "127.0.0.1";
|
||||
port = 465;
|
||||
# port = 22;
|
||||
@@ -88,8 +89,8 @@ in
|
||||
"SMTP_ENABLE_STARTTLS" = "never";
|
||||
# "SMTP_ENABLE_STARTTLS_AUTO" = "false";
|
||||
# "SMTP_ENABLE_STARTTLS" = "always";
|
||||
"SMTP_TLS" = "true";
|
||||
"SMTP_SSL" = "false";
|
||||
"SMTP_TLS" = "false";
|
||||
"SMTP_SSL" = "true";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user