Mailing Error

675 views
Skip to first unread message

Avi

unread,
Sep 4, 2013, 1:10:03 AM9/4/13
to rubyonra...@googlegroups.com
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

Avi

unread,
Sep 4, 2013, 1:11:44 AM9/4/13
to rubyonra...@googlegroups.com
This is my configuration :-

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 }

Norbert Melzer

unread,
Sep 4, 2013, 2:43:25 PM9/4/13
to Rails Mailinglist

Have you activated SMTP access in your gmail preferences?

--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@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.
Reply all
Reply to author
Forward
0 new messages