use port 587 for email
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user