vintasoftware / django-templated-email

Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)
MIT License
711 stars 130 forks source link

Does this package support inline css? #134

Closed tonypottera24 closed 3 years ago

tonypottera24 commented 3 years ago

I use bootstrap 5 to build my website. Does django-templated-email convert the external linked css to inline?

fjsj commented 3 years ago

Hi @tonypottera24 , no it doesn't. There are other tools for that, like https://github.com/roverdotcom/django-inlinecss.

If you have trouble using them with django-templated-email, please open another issue. Thanks!