Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created July 22, 2008 21:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defunkt/1291 to your computer and use it in GitHub Desktop.
Save defunkt/1291 to your computer and use it in GitHub Desktop.
config.action_mailer.smtp_settings = {
:address => "mail.authsmtp.com",
:domain => "famspam.com",
:port => 2525,
:user_name => "user",
:password => "pass",
:authentication => :cram_md5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment