Merge pull request #1 from dNitza/alter-email-port

use port 587 for email
This commit is contained in:
Daniel Nitsikopoulos
2023-06-11 20:04:11 +10:00
committed by GitHub

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"