use port 587 for email

This commit is contained in:
2023-06-11 19:58:57 +10:00
parent 3efe420c6d
commit 0e113ba66d

View File

@@ -16,7 +16,7 @@ module Adamantium
Mail.defaults do
delivery_method :smtp, {
address: "smtp.fastmail.com",
port: 465,
port: 587,
authentication: "plain",
tls: true,
openssl_verify_mode: "peer"