Email sending raise 501 Syntax error
Created by: soullivaneuh
Sidekiq tried to send mail when I change email address of a user and raise this error:
2014-06-09T17:21:29Z 3927 TID-7m5vk WARN: {"retry"=>true, "queue"=>"mailer", "class"=>"Devise::Async::Backend::Sidekiq", "args"=>["confirmation_instructions", "User", "6", {"to"=>"[email protected]"}], "jid"=>"12ab507690cb47db6821542a", "enqueued_at"=>1402334429.2764823, "error_message"=>"501 Syntax error\n", "error_class"=>"Net::SMTPSyntaxError", "failed_at"=>"2014-06-09T17:20:31Z", "retry_count"=>1, "retried_at"=>2014-06-09 17:21:29 UTC}
2014-06-09T17:21:29Z 3927 TID-7m5vk WARN: 501 Syntax error
2014-06-09T17:21:29Z 3927 TID-7m5vk WARN: /home/git/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/smtp.rb:957:in `check_response'
The dest email sounds good and has the same format as [email protected]
I try format [email protected]
and same result.
I'm using the latest stable version 6.9.2, any idea ?
Thanks.