Skip to content

Instantly share code, notes, and snippets.

@moneill
Created May 2, 2012 22:19
Show Gist options
  • Save moneill/2580973 to your computer and use it in GitHub Desktop.
Save moneill/2580973 to your computer and use it in GitHub Desktop.
config.action_mailer.delivery_method = :sendmail
config.action_mailer.sendmail_settings = {
:openssl_verify_mode => 'none'
}
@moneill
Copy link
Author

moneill commented May 2, 2012

Goes in config/application.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment