Magento-SMTP-Pro-Email-Extension
Magento-SMTP-Pro-Email-Extension copied to clipboard
Queue bug with unsended by Zend exception mail
If we got email with Zend Exception
exception 'Zend_Mail_Protocol_Exception' with message 'Message was not accepted -- invalid mailbox. Local mailbox [email protected] is unavailable: user not found
We got stucked email queue. Extension will retry to send this email (∞ times), and ALL other emails won't be sent, until you delete this buggy email.
Same here. Is it possible to let the module flag the email as 'invalid' and continue with the queue?
We had the same problem. The fix from PascalBrouwers and mediaimprove is working. Please merge one of their commits.