ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> ruby-rails
ruby-rails
Re: [Rails] Salted Hash Login Generator + ActionMailer = :(
by Kimball Larsen other posts by this author
Sep 9 2005 12:23PM messages near this date
[Rails] Salted Hash Login Generator + ActionMailer = :( | Re: [Rails] Salted Hash Login Generator + ActionMailer = :(
I found my problem....
On Sep 9, 2005, at 10:04 AM, Kimball Larsen wrote:
> 
>  So, I think to myself that the error must be with my email  
>  server... I must not have set up ActionMailer to do SMTP auth  
>  correctly.  Here are the settings (again, some items altered a  
>  bit): (this is from config/environments/development.rb):
> 
>  ActionMailer::Base.server_settings = {
>    :address => "192.168.1.4",
>    :port => 25,
>    :domain => "domain.com",
>    :username => "someTest@domain.com",

     This should be :user_name, not :username.

>    :password => "Secret",
>    :authentication => :login
>  }


That's what I get for reading docs too fast. ;-)


Thanks to everyone who replied.

-- Kimball 


_______________________________________________
Rails mailing list
Rails@[...].org
http://lists.rubyonrails.org/mailman/listinfo/rails
Thread:
Kimball Larsen
Kimball Larsen
Stephen Caudill
Derek Haynes
Kimball Larsen

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved