Skip to content

Instantly share code, notes, and snippets.

@zegomesjf
Created October 8, 2012 14:17
Show Gist options
  • Save zegomesjf/3852756 to your computer and use it in GitHub Desktop.
Save zegomesjf/3852756 to your computer and use it in GitHub Desktop.
require "#{Rails.root}/lib/development_mail_interceptor"
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:user_name => 'zegomesjf',
:password => 'euamoocomogo',
:authentication => 'plain',
:enable_starttls_auto => true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment