kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.66k stars 265 forks source link

BCC's visible to recipients #23

Closed ElvoRoveli closed 8 years ago

ElvoRoveli commented 9 years ago

I've found that when I send a message using bcc = [...], the full BCC list is visible to all recipients.

kootenpv commented 9 years ago

Very much verified! My sincerest apologies if it caused any harm.

I'm working on a fix.

kootenpv commented 9 years ago

Fixed as of 0.4.116. Note that you will still see the BCC when you use

to="myemail@gmail.com", bcc="someother@gmail.com"

Since you are sending to yourself, it still shows the BCC. If you send it to someone else though, then no one will see the BCC.

Update using pip install -U yagmail should do the trick