Describe the bug
If i try to send an email to an address with incorrect domain name. It is put in soft fail status without calling truemail
In smtp_sender.rb postal try to check if there is an endpoint mx of email domain, if not exists it is marked as softfail (there is chance that could be a temporary dns problem), so it never call truemail for validation.
Describe the bug
If i try to send an email to an address with incorrect domain name. It is put in soft fail status without calling truemail
In smtp_sender.rb postal try to check if there is an endpoint mx of email domain, if not exists it is marked as softfail (there is chance that could be a temporary dns problem), so it never call truemail for validation.