We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When sending emails on Plone 5.2 and Waitress, the newsletter says all mails send out, but in fact there could be errors in the send process.
2019-12-04 13:41:00,787 INFO [Products.EasyNewsletter:152][waitress] Newsletter was sent to (272) receivers. (0) errors occurred! 2019-12-04 13:41:15,536 WARNING [waitress.queue:122][MainThread] Task queue depth is 4 2019-12-04 13:42:20,845 WARNING [waitress.queue:122][MainThread] Task queue depth is 5 2019-12-04 13:43:25,518 WARNING [waitress.queue:122][MainThread] Task queue depth is 6 2019-12-04 13:44:30,212 WARNING [waitress.queue:122][MainThread] Task queue depth is 7 2019-12-04 13:45:35,231 WARNING [waitress.queue:122][MainThread] Task queue depth is 8 2019-12-04 13:46:12,177 ERROR [MailDataManager:90][waitress] Failed in tpc_finish for <bound method SMTPMailer.send of <zope.sendmail.mailer.SMTPMailer object at 0x7f77e8d716d0>> Traceback (most recent call last): File "/home/pacs/ita00/users/www/buildout/eggs/zope.sendmail-5.0-py3.7.egg/zope/sendmail/delivery.py", line 84, in tpc_finish self.callable(*self.args) File "/home/pacs/ita00/users/www/buildout/eggs/zope.sendmail-5.0-py3.7.egg/zope/sendmail/mailer.py", line 99, in send connection.starttls() File "/home/pacs/ita00/users/www/python/lib/python3.7/smtplib.py", line 785, in starttls raise SMTPResponseException(resp, reply) smtplib.SMTPResponseException: (421, b'4.4.2 h82.bla.net Error: timeout exceeded') 2019-12-04 13:46:12,200 ERROR [MailDataManager:90][waitress] Failed in tpc_finish for <bound method SMTPMailer.send of <zope.sendmail.mailer.SMTPMailer object at 0x7f77e8c7be10>> Traceback (most recent call last): File "/home/pacs/ita00/users/www/buildout/eggs/zope.sendmail-5.0-py3.7.egg/zope/sendmail/delivery.py", line 84, in tpc_finish self.callable(*self.args) File "/home/pacs/ita00/users/www/buildout/eggs/zope.sendmail-5.0-py3.7.egg/zope/sendmail/mailer.py", line 99, in send connection.starttls() File "/home/pacs/ita00/users/www/python/lib/python3.7/smtplib.py", line 785, in starttls raise SMTPResponseException(resp, reply) smtplib.SMTPResponseException: (421, b'4.4.2 h82.bla.net Error: timeout exceeded')
The text was updated successfully, but these errors were encountered:
MrTango
No branches or pull requests
When sending emails on Plone 5.2 and Waitress, the newsletter says all mails send out, but in fact there could be errors in the send process.
The text was updated successfully, but these errors were encountered: