How can I set custom email address to be used in "From:" section of all emails, which a sended by django-allauth to users?
By default, users receives emails from webmaster@name_of_my_ubuntu_server
- it looks ugly. I want to use something like [email protected]
.
Add the following line to your settings.py
:
DEFAULT_FROM_EMAIL = "[email protected]"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With