Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created July 22, 2008 21:19
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