1👍
✅
After downloading and reviewing the source from GitHub, it does not look like django-post_office supports bcc out of the box. The good news is that the Email model (models.py) creates the email message using Django’s EmailMultiAlternatives, which supports bcc. So with some minor tweaking of the source on your part, it can be quickly supported.
Source:stackexchange.com