Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send_mail and send_html_mail should include "cc" and "bcc" fields #47

Closed
subramanyamVemu opened this issue Sep 22, 2015 · 1 comment
Closed

Comments

@subramanyamVemu
Copy link

It will be good to have send_mail and send_html_mail include "cc" and "bcc" fields

@spookylukey
Copy link
Contributor

We aim to match the signature of send_mail in Django:

https://docs.djangoproject.com/en/1.8/topics/email/#send-mail

Please see those docs if you want to use BCC - you can do the same with django-mailer by using the EmailMessage class and setting EMAIL_BACKEND

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants