I’m using django allauth to sign up users and sending confirmation emails to new users and it’s working fine except that it shows “support” as in “[email protected]” as my name. I’d like it to change that to “Khaled from XYZ”.
I tried the following but it actually crashed the smtp connection:
EMAIL_HOST_USER = 'Khaled from XYZ <[email protected]>'
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER