dolfim / django-gmailapi-backend

Email backend for Django which sends email via the Gmail API
Apache License 2.0
32 stars 9 forks source link

Add bcc to email message #12

Closed rfreis closed 2 years ago

rfreis commented 2 years ago

Hi

I created this PR to fix the issue https://github.com/dolfim/django-gmailapi-backend/issues/7.

I didn't see the tests folder and because of this I didn't write any and made only manual tests to ensure it's working properly.

Without this change, we would need the workaround described at the issue to make the class work with bcc.

Congratulations for your job with this package. Please, let me know if I can improve anything else to make the PR accepted.