Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
900 stars 193 forks source link

Sending email failed cause error response #148

Closed ErickGSJ closed 5 years ago

ErickGSJ commented 5 years ago

hi

i'm using the default email 'webmaster@localhost' or my private email, but it still be refused.

nsmtplib.SMTPSenderRefused: (552, b'the from address and the authenticated user must be the same email. #ERR_AUTH_FAIL', 'webmaster@localhost')