Skip to content

Instantly share code, notes, and snippets.

@esparkman
Created October 2, 2011 03:19
Show Gist options
  • Save esparkman/1256980 to your computer and use it in GitHub Desktop.
Save esparkman/1256980 to your computer and use it in GitHub Desktop.
config.action_mailer.smtp_settings = {
:user_name => "esparkman@sandscreativewoodworks.com",
:password => "mypassword",
:domain => "sandscreativewoodworks.com",
:address => "smtp.gmail.net",
:port => 587,
:authentication => :plain,
:enable_starttls_auto => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment