[Django]-How do I set the from_email var

5๐Ÿ‘

โœ…

So it turns out that what I needed to change was this setting:

DEFAULT_FROM_EMAIL = โ€˜My Domain < myEmail@myEmail.com >โ€™

For everyone who is using Django-Registrations this is the default, but the reference to it is in registration/models.py, line 264 (the last line) if you want to change it, which I might unless it breaks, in which case, Iโ€™ll report back.

Django default_from_email name

Thanks to Ashok for this solution

๐Ÿ‘คAnthony Roberts

Leave a comment