Re: Can not send mail

2023-08-06 Thread Kerem Üllenoğlu
Hey, I changed `EMAIL_PASSWORD` to `EMAIL_HOST_PASSWORD` and added the `DEFAULT_FROM_EMAIL`, now it works. See my Stack Overflow question <https://stackoverflow.com/questions/76829177/django-can-not-send-mail-but-smtplib-can>. I don't understand why the server said "We do not

Can not send mail

2023-08-04 Thread Kerem Üllenoğlu
Hi. I was trying to use Django's accounts system and configured some templates. When I tried to do password reset, it said "SMTPRecipientsRefused at /accounts/password_reset/". But it works when I send an email with smtplib. In Django settin