kootenpv / yagmail

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

Attach Inline Image MIME Objects to Multipart/Related Block #63

Closed doughoyt closed 7 years ago

doughoyt commented 7 years ago

Inline images referenced by CID in MP/Related HTML block should be attached to the same MP/Related MIME block. Non-inline images should be attached to the "top" MIME block (like all other attachments)

Closes #62

kootenpv commented 7 years ago

Fantastic! Thank you so much for this contribution :)

kootenpv commented 7 years ago

Ugh, my bad, I meant to pull rather than close. Anyway, I just pushed the new version to pip.

Available from yagmail>=0.5.156