Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created July 22, 2008 21:19

Revisions

  1. defunkt created this gist Jul 22, 2008.
    10 changes: 10 additions & 0 deletions gistfile1.rbx
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@

    config.action_mailer.smtp_settings = {
    :address => "mail.authsmtp.com",
    :domain => "famspam.com",
    :port => 2525,
    :user_name => "user",
    :password => "pass",
    :authentication => :cram_md5
    }