:port => Settings.smtp_port,
:domain => Settings.smtp_domain,
:enable_starttls_auto => Settings.smtp_enable_starttls_auto,
+ :openssl_verify_mode => Settings.smtp_tls_verify_mode,
:authentication => Settings.smtp_authentication,
:user_name => Settings.smtp_user_name,
- :password => Settings.smtp_password,
- :openssl_verify_mode => OpenSSL::SSL::VERIFY_NONE
+ :password => Settings.smtp_password
}
# Set the host and protocol for all ActionMailer URLs