I'm using django-allauth for user authentication in my Django project. Right now account emails are being sent through MailGun.
When a password reset or confirm account email comes through, [Site] is printed in the subject line of the email as such:
[Site] Password Reset E-mail
How can I remove this?
Thanks.
Set ACCOUNT_EMAIL_SUBJECT_PREFIX = '' in your settings. All-auth has a ton of custom settings... I have learned that anytime something is configured not to my liking, there's probably a setting available as opposed to having to override their code. https://django-allauth.readthedocs.io/en/latest/configuration.html
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