openwisp / openwisp-users

Implementation of user management and multi-tenancy for OpenWISP
https://openwisp.io/docs/dev/users/
BSD 3-Clause "New" or "Revised" License
163 stars 74 forks source link

[feature] Use HTML template to send email confirmation #285

Closed nemesifier closed 2 years ago

nemesifier commented 3 years ago

Depends on https://github.com/openwisp/openwisp-utils/issues/259.

According to django-allauth docs, we can send the email confirmation message using HTML.

We should do so and use the same HTML design which will be defined in openwisp-utils, so that communications via email to users will have a consistent look.