djangoindia / djangoindia.org

Official website of djangoindia community.
https://djangoindia.org
MIT License
106 stars 49 forks source link

[FEATURE] Allow html templates in the updates mail #233

Open DevilsAutumn opened 1 week ago

DevilsAutumn commented 1 week ago

Summary

I think as of now, we cannot send html templates in the email sent using updates model, investigate this and allow sending html, css if its not supported currently.

Description

na

Use Case

No response

Alternatives

No response

Affected Area

Backend

Yadavanurag13 commented 6 days ago

In the send_update.py file, send_mass_mail((email for email in email_objs), fail_silently=False) is used, which does not support HTML emails.

I would like to pick this. @DevilsAutumn

DevilsAutumn commented 4 days ago

In the send_update.py file, send_mass_mail((email for email in email_objs), fail_silently=False) is used, which does not support HTML emails.

I would like to pick this. @DevilsAutumn

Correct! assigned.