email - Python's smtplib sendmail is inserting line feed -
i using smtplib sendmail , \n (line feed) being added there \r (carriage return).
this corrupts file use unix tnef utility. how can keep line feed being added?
thanks
email servers free change line endings iirc. various platforms.
if transmitting attachment, use suitable encoding such base64.
Comments
Post a Comment