django email change sender name

Solutions on MaxInterview for django email change sender name by the best coders in the world

showing results for - "django email change sender name"
Landen
19 Oct 2016
1>>> from django.core.mail import send_mail
2>>> send_mail('subject', 'message', 'Dont Reply <do_not_reply@domain.com>', ['youremail@example.com'])