MIMEBase ( maintype, subtype ) part.set_payload( open( attachment, 'rb' ).read() ) email.encoders.encode_base64( part ) part.add_header( ...
確定! 回上一頁