Celery Worker is unable to send emails #74926

Open
opened 2020-03-19 12:58:40 +01:00 by Sybren A. Stüvel · 2 comments

I just noticed this in the celery worker logs:

[2020-03-19 11:56:47,120: INFO/MainProcess] sending email to USERNAME <XXXXX@XXXXX.com>
[2020-03-19 11:56:47,166: ERROR/MainProcess] error sending email to USERNAME <XXXXX@XXXXX.com>, will retry later: SMTP AUTH extension not supported by server.
Traceback (most recent call last):
  File "/data/git/pillar/pillar/celery/email_tasks.py", line 43, in send_email
    smtp.login(cfg['SMTP_USERNAME'], cfg['SMTP_PASSWORD'])
  File "/opt/python/lib/python3.6/smtplib.py", line 697, in login
    "SMTP AUTH extension not supported by server.")
smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported by server.
I just noticed this in the celery worker logs: ``` [2020-03-19 11:56:47,120: INFO/MainProcess] sending email to USERNAME <XXXXX@XXXXX.com> [2020-03-19 11:56:47,166: ERROR/MainProcess] error sending email to USERNAME <XXXXX@XXXXX.com>, will retry later: SMTP AUTH extension not supported by server. Traceback (most recent call last): File "/data/git/pillar/pillar/celery/email_tasks.py", line 43, in send_email smtp.login(cfg['SMTP_USERNAME'], cfg['SMTP_PASSWORD']) File "/opt/python/lib/python3.6/smtplib.py", line 697, in login "SMTP AUTH extension not supported by server.") smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported by server. ```
Sybren A. Stüvel self-assigned this 2020-03-19 12:58:40 +01:00

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Added subscribers: @dr.sybren, @fsiddi

Added subscribers: @dr.sybren, @fsiddi
Sybren A. Stüvel removed their assignment 2020-10-16 14:50:15 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: archive/blender-cloud#74926
No description provided.