Use STARTTLS for sending mail

This commit is contained in:
2023-06-12 09:21:05 +10:00
parent ee15a7d7d9
commit 4b9ac1b0aa

View File

@@ -18,8 +18,8 @@ module Adamantium
address: "smtp.fastmail.com",
port: 587,
authentication: "plain",
tls: true,
openssl_verify_mode: "peer"
openssl_verify_mode: "peer",
enable_starttls_auto: true
}
end