Open DevilsAutumn opened 1 week 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
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.
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