Created
July 22, 2008 21:19
Revisions
-
defunkt created this gist
Jul 22, 2008 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 }