Skip to content

Instantly share code, notes, and snippets.

@fahim
Last active August 29, 2015 14:03
Show Gist options
  • Save fahim/3b69bf82d13dc4ce1e94 to your computer and use it in GitHub Desktop.
Save fahim/3b69bf82d13dc4ce1e94 to your computer and use it in GitHub Desktop.
config.action_mailer.smtp_settings = {
:user_name => ApplicationConfig.sendgrid_username,
:password => ApplicationConfig.sendgrid_password,
:domain => 'yammer.com',
:address => 'smtp.sendgrid.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