Re: Failed to send Email by Django

2023-03-24 Thread 'Kasper Laudrup' via Django users
On 24/03/2023 05.16, bing wrote: I am using the email module in Django to inform of users with their registration. Sometimes it can send email successfully, but more often, it fails. I searched for many solutions, but did not change this situation. That is not really related to Django but mo

Failed to send Email by Django

2023-03-24 Thread bing
I am using the email module in Django to inform of users with their registration. Sometimes it can send email successfully, but more often, it fails. I searched for many solutions, but did not change this situation. The following is what I have configured: settings.py: EMAIL_BACKEND = 'django.co