Answer the question
In order to leave comments, you need to log in
Problem sending via smtp gmail(Net::SMTPServerBusy) what is it?
I have the following errors:
500 Internal Server Error
Net::SMTPServerBusy - 454 4.7.1 : Relay access denied
config.action_mailer.raise_delivery_errors = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:user_name => 'xxx',
:password => 'xxx',
:authentication => 'plain',
:enable_starttls_auto => true
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question