zhangyunhao116 / zmail

Zmail makes it easier to send and retrieve emails in python3
MIT License
433 stars 111 forks source link

Adding support for 'bcc' parameters to send_mail function #55

Closed cnkailyn closed 5 years ago

zhangyunhao116 commented 5 years ago

Sorry for being late. The 'bcc' is not supported by many servers and in fact, even the server support this command may cause some extra problems. To make this function better, more time is needed to ensure it suitable for all conditions.