django email change sender name code example
Example: django email change sender name
>>> from django.core.mail import send_mail
>>> send_mail('subject', 'message', 'Dont Reply ', ['[email protected]'])
>>> from django.core.mail import send_mail
>>> send_mail('subject', 'message', 'Dont Reply ', ['[email protected]'])