realsuayip / django-sozluk

an exhaustive ekşi sözlük clone, powered by Python
https://sozluk.me
BSD 3-Clause "New" or "Revised" License
320 stars 79 forks source link

Email verification mail not sending #103

Closed MahadiCreation closed 2 months ago

MahadiCreation commented 3 months ago

Hello, I'm trying to set up SMTP configuration from conf/django.env , but the emails are still not being sent.

MahadiCreation commented 3 months ago

Note my SMTP worked fine i was test laravel applictaion i see this logs from sozluk_celery_worker

[2024-07-08 15:06:18,478: INFO/MainProcess] Task djcelery_email_send_multiple[b514aad6-4578-4a9e-99a2-49cdf60a1621] received [2024-07-08 15:07:33,788: WARNING/ForkPoolWorker-1] djcelery_email_send_multiple[ed19ab8a-9449-4758-b8e9-680f98611578]: Failed to send email message to ['mahadicreation@gmail.com'], retrying. (TimeoutError(110, 'Operation timed out')) [2024-07-08 15:07:33,791: INFO/ForkPoolWorker-1] Task djcelery_email_send_multiple[ed19ab8a-9449-4758-b8e9-680f98611578] succeeded in 810.9855710429983s: 0

realsuayip commented 2 months ago

I mean, the message is pretty clear, the timeout most likely indicates an issue with your mail server.