Use STARTTLS for sending mail
This commit is contained in:
@@ -18,8 +18,8 @@ module Adamantium
|
|||||||
address: "smtp.fastmail.com",
|
address: "smtp.fastmail.com",
|
||||||
port: 587,
|
port: 587,
|
||||||
authentication: "plain",
|
authentication: "plain",
|
||||||
tls: true,
|
openssl_verify_mode: "peer",
|
||||||
openssl_verify_mode: "peer"
|
enable_starttls_auto: true
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user