Long data not being sent with smtplib.SMTP.sendmail?

John Wiegley johnw at gnu.org
Thu Aug 16 18:15:27 EDT 2001


I have a 100K e-mail message that I'm sending over smtplib.SMTP (using
MimeWriter to build the message).  Although I've confirmed that the
'msg' argument I'm passing to sendmail is correct, smptlib fails to
send the last 20 or so bytes.  I've look at SMTP.send, but has anybody
else had problems with this?

Thanks,
  John Wiegley <johnw at gnu.org>



More information about the Python-list mailing list