This commit is contained in:
2025-09-13 02:38:29 +03:00
parent d90e14a66d
commit ab04e2ada2

View File

@@ -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";
};
};