We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Mail.defaults do delivery_method :smtp, { :address => 'email-smtp.us-east-1.amazonaws.com', :port => 465, :user_name => ENV['AWS_SMTP_USER'], :password => ENV['AWS_SMTP_PASSWORD'], :authentication => :plain, :tls => true } end
If :tls does not work as expected, try using :enable_starttls_auto instead on port 587. Amazon SES supports ports 25, 465, and 587.
:tls
:enable_starttls_auto