Skip to content

Instantly share code, notes, and snippets.

@dust3d
Created July 23, 2010 14:52
Show Gist options
  • Save dust3d/487535 to your computer and use it in GitHub Desktop.
Save dust3d/487535 to your computer and use it in GitHub Desktop.
ey_smtp_settings = {
:domain => "my-domain.com",
:address => "smtp",
:port => 25,
:perform_deliveries => true
}
config.action_mailer.smtp_settings = ey_smtp_settings
config.action_mailer.delivery_method = :smtp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment