Magento-SMTP-Pro-Email-Extension icon indicating copy to clipboard operation
Magento-SMTP-Pro-Email-Extension copied to clipboard

Queue bug with unsended by Zend exception mail

Open Grohotun opened this issue 8 years ago • 2 comments

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.

Grohotun avatar Jun 27 '16 12:06 Grohotun

Same here. Is it possible to let the module flag the email as 'invalid' and continue with the queue?

PascalBrouwers avatar Nov 14 '16 14:11 PascalBrouwers

We had the same problem. The fix from PascalBrouwers and mediaimprove is working. Please merge one of their commits.

ernsto avatar May 02 '17 09:05 ernsto