Amazon SES raise SMTP Error Net::SMTPFatalError (554 Transaction failed: Empty address)
#125
Labels
Net::SMTPFatalError (554 Transaction failed: Empty address)
#125
When using hanami/mailer with Amazon SES, this raises
Net::SMTPFatalError (554 Transaction failed: Empty address)
because of the empty Return-Path header.Hanami::Mailer.new seems to set nil to Return-Path and send an email with empty Return-Path finally.
I think Hanami::Mailer shouldn't send Return-Path if that is nil.
I don't know that point out is correct because I'm not familiar with mail protocol.
What do you think about that?
The text was updated successfully, but these errors were encountered: