Skip to content

Instantly share code, notes, and snippets.

@mhfs
Created September 24, 2009 19:30
Show Gist options
  • Save mhfs/192970 to your computer and use it in GitHub Desktop.
Save mhfs/192970 to your computer and use it in GitHub Desktop.
ActionMailer::Base.smtp_settings = {
:enable_starttls_auto => true,
:address => "smtp.gmail.com",
:port => 587,
:domain => "twiva.com.br",
:authentication => :plain,
:user_name => "noreply@twiva.com.br",
:password => 'mypass'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment