Skip to content

Instantly share code, notes, and snippets.

@jnstq
Created January 28, 2011 14:08
Show Gist options
  • Save jnstq/800293 to your computer and use it in GitHub Desktop.
Save jnstq/800293 to your computer and use it in GitHub Desktop.
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:domain => "konferensen",
:authentication => "plain",
:user_name => "[email protected]",
:password => "password",
:enable_starttls_auto => true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment