I want to override the send_activation_email in django-registration app in order to be able to send mail with html content instead of just text. Note that this function is defined in the models of the RegistrationManager model.
Thanks a lot in advance.
Use custom model, example:
Or, such a method override: