Skip to content

Instantly share code, notes, and snippets.

@joselo
Created June 15, 2011 21:46
Show Gist options
  • Save joselo/1028210 to your computer and use it in GitHub Desktop.
Save joselo/1028210 to your computer and use it in GitHub Desktop.
Configuration for MailCatcher
config.action_mailer.delivery_method = :smtp
config.action_mailer.raise_delivery_errors = true
config.action_mailer.smtp_settings = {
:address => 'localhost',
:port => 1025
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment