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

from_email doesn't support name #107

Closed harunurkst closed 7 years ago

harunurkst commented 7 years ago

I need from email name. I wrote this but doesn't work form_email = 'Circle Info<info@circlefintech.com>'

harunurkst commented 7 years ago

Ohho, It was my mistake.