We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mail.defaults do delivery_method :smtp, { :address => 'smtp.gmail.com', :port => '587', :user_name => ENV['GMAIL_SMTP_USER'], :password => ENV['GMAIL_SMTP_PASSWORD'], :authentication => :plain, :enable_starttls_auto => true } end