[Answered ]-Django activation custom email text does not appear

1👍

I have found the solution. You must add REGISTRATION_EMAIL_HTML = False to you django settings fileto solve the problem.

1👍

This worked for me as well. Putting REGISTRATION_EMAIL_HTML = False in settings allows you to customise the activation_email.txt

👤keno

Leave a comment