-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attached files show up twice in emails (two identical copies) #25
Comments
Crickets |
I know it's only September, but solving this ticket would be a great early Christmas present. |
Using the following:
i get 1.jpg sent twice, so i'm having this same issue. EDIT: this is just an issue with gmail's interface. you can also verify this by clicking "show original" in gmail, and noticing that it shows no duplicate attachment. |
this is still an issue with envelopes though, and i've sent images using programs/accounts outside of envelopes and they work perfectly. turns out these other images i've sent use "mixed" rather than "alternative" for the multipart. i also found the fix from #27, and believe the fix should be pushed and both of these issues set as solved 👍 tl;dr: change msg = MIMEMultipart('alternative') to msg = MIMEMultipart('mixed') |
No description provided.
The text was updated successfully, but these errors were encountered: