[Rails] Re: Mailing Error
This is my configuration :-
On Wednesday, September 4, 2013 10:40:03 AM UTC+5:30, Avi wrote:
-- config.action_mailer.default_url_options = { :host => 'localhost:3000' }
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:domain => 'gmail.com',
:user_name => 'some email',
:password => 'password' ,
:authentication => 'plain',
:enable_starttls_auto => true }
On Wednesday, September 4, 2013 10:40:03 AM UTC+5:30, Avi wrote:
Hello All,I am not able to solve this problem.Net::SMTPAuthenticationError: 534-5.7.9 Please log in with your web browser and then try again.I am not getting this every time. I am getting this sometimes. What can be the issue?Thanks,Avinash
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/1ca3b4c3-1ed4-43ff-9bcb-4fb9c58797da%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home