> ActionMailer::Base.smtp_settings = {
>   :address              => "address",
>   :port                 => "port",
>   :user_name            => "email",
>   :password             => "password",
>   :authentication       => "plain",
>   :enable_starttls_auto => true

Hey Javier, I added the above settings to my development.rb and I no 
longer get the username and password error, it allows me to create the 
new user no problems at all which is great except one major problem, 
despite the log stating that the email has been sent I have received 
nothing :/

Any ideas?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to