Email tasks are propagating to the celery worker, however, they do not get sent, with the following error visible in the logs: ``` OSError(99, 'Cannot assign requested address')\"}", ``` This is most likely because the mail settings are not set correctly. The settings should be set correctly following the instructions in the [Django docs](https://docs.djangoproject.com/en/5.1/topics/email/#smtp-backend).
Bug 1898324 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Email tasks are propagating to the celery worker, however, they do not get sent, with the following error visible in the logs: ``` OSError(99, 'Cannot assign requested address') ``` This is most likely because the mail settings are not set correctly. The settings should be set correctly following the instructions in the [Django docs](https://docs.djangoproject.com/en/5.1/topics/email/#smtp-backend).