Skip to content

Instantly share code, notes, and snippets.

@kmiyake
Created February 27, 2013 09:00
Show Gist options
  • Save kmiyake/5046462 to your computer and use it in GitHub Desktop.
Save kmiyake/5046462 to your computer and use it in GitHub Desktop.
config.action_mailer.smtp_settings = {
:address => '',
:port => 587,
:domain => '',
:user_name => '',
:password => '',
:authentication => 'plain',
:enable_starttls_auto => true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment