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
|