I can already say that "smtplib" is not to blame. It is (mostly) unconcerned
with the internal structure of the message -- and by itself
will not empty attachments.
On the advice of a co-worker, I tried using web2py's gluon.tools.Mail. It
was easier to accomplish the attachment, and Thunderbird
Tobiah writes:
> I just found out that the attachment works fine
> when I read the mail from the gmail website. Thunderbird
> complains that the attachment is empty.
The MIME standard (a set of RFCs) specifies how valid messages
with attachments should look like.
Fetch the mail (unprocessed if
I just found out that the attachment works fine
when I read the mail from the gmail website. Thunderbird
complains that the attachment is empty.
Thanks,
Toby
On 11/14/2012 09:51 AM, Tobiah wrote:
I've been sending an email blast out with smtplib and
it's been working fine. I'm attaching an ht