django+ send email in html with django-registration

后端 未结 4 1584
南笙
南笙 2020-12-07 23:52

im using django-registration, all is fine, the confirmation email was sending in plain text, but know im fixed and is sending in html, but i have a litter problem... the htm

4条回答
  •  暖寄归人
    2020-12-08 00:11

    This guy have extended the defaultBackend enabling us to add an HTML version of the activation email.

    Specifically, the alternate version job is done here

    I managed to use the backend part successfully

提交回复
热议问题