DELIVERY error notification emails bypass PostMan SMTP
-
I’m using the PostMan SMTP with Gmail API – works great in general.
When FluentCRM attempts to send an email to a recipient who has submitted an invalid email e.g. [email protected]m , delivery fails and the notification email doesn’t send with PostMan SMTP, just regular PHP mail(), and it sends from the admin email of the website.
So I wind up getting an error that the email could not send because SPF is not aligned, and in that email, there is the actual delivery issue email.
Is there any way to get this to attempt to use the configured PostMan mailer for simple delivery error notifications, and upon failing, use the fallback or default for the server?
- The topic ‘DELIVERY error notification emails bypass PostMan SMTP’ is closed to new replies.