ruby on rails - sidekiq returns Net::SMTPSyntaxError: 501 -
i using rails , sidekiq sending out mails through background, when trigger emails returns
error_message"=>"501 5.0.0 helo requires domain address\n", "error_class"=>"net::smtpsyntaxerror", "failed_at"=>1453973913.4580712, "retry_count"=>3,
although works fine when shoot mails directly without sending sidekiq, appreciated.
found it, because smtp authentication wrong.
but got require domain address error fixed adding
o allowbogushelo=bool
in sendmail configuration, again got error 'smtp authentication failed' whence have got clue.
Comments
Post a Comment