|
[Python] SMTP почему в этом скрипте я получаю побитую кодировку?
|
|||
---|---|---|---|
#18+
#!/usr/bin/python import smtplib import base64 filename = "final.txt" # Read a file and encode it into base64 format fo = open(filename, "rb") filecontent = fo.read() encodedcontent = base64.b64encode(filecontent) # base64 sender = 'ме@фигвам.ca' receivers = ['ме@фигвам.ca'] marker = "AUNIQUEMARKER" body =""" This is a test email to send an attachement. """ # Define the main headers. part1 = """From: TSQL unit test <ме@фигвам.ca> To: To Person <ме@фигвам.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=%s --%s """ % (marker, marker) # Define the message action part2 = """Content-Type: text/plain Content-Transfer-Encoding:8bit %s --%s """ % (body,marker) # Define the attachment section part3 = """Content-Type: multipart/mixed; name="%s" Content-Transfer-Encoding:base64 Content-Disposition: attachment; filename=%s %s --%s-- """ %(filename, filename, encodedcontent, marker) message = part1 + part2 + part3 try: smtpObj = smtplib.SMTP('smtp.com', 25) smtpObj.sendmail(sender, receivers, message) print ("Successfully sent email") except SMTPException: print ("Error: unable to send email") --------------------------------------- This is a test email to send an attachement. mÕ¹¥Ñ}Ñ•ÍÑ•™…ձхф¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ‘•Ù¥”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ‘•Ù¥•}±¥ÍÑ}‘•Ñ…¥°¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ59`ÄÀȹÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ59`ÄÀ̹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ59`ÄÀйÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ59`ÄÀÔ¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑ‘µ¹á}™Õ¹Ñ¥½¸¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑÉ•Á½ÉÑÍ}‘…Í¡‰½…ɹÍŰ4)Õ¹¥Ñ}Ñ•ÍÑM19`ÈÀÀ¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑM19`ÈÀ̹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}‘…Í¡‰½…ɹÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}•µ‰•‘‘•‘}½¹™¥œ¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}™Õ¹Ñ¥½¸¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á})%I¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}Áɽ•‘ÕÉ”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}Áɽ™¥±•}½¹™¥œ¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}É•Á½ÉйÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}É•Á½ÉÑ}‘•Ñ‘½}ÕÍ…”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}É•Á½ÉÑ}‘½}ÕÍ…”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}É•Á½ÉÑ}ÁÉ¥¹Ñ}ÕÍ…”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}É•Á½ÉÑ}ѽÑ}‘½}ÕÍ…”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}É•Á½ÉÑ}Ý™}ÕÍ…”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑͱ¹á}ÑÉ¥•É̹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑÍå¹}•Œ¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑÍå¹}ÁÉ¥¥¹œ¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑÍå¹}ÁÉ¥¥¹}‘•عÍŰ4)Õ¹¥Ñ}Ñ•ÍÑÍå¹}ÁÉ¥¹ÑÉÕ±”¹ÍŰ4)Õ¹¥Ñ}Ñ•ÍÑÍå¹}Áɽ™¥±”¹ÍŰ ... |
|||
:
Нравится:
Не нравится:
|
|||
08.11.2017, 18:29 |
|
|
start [/forum/topic.php?fid=23&msg=39552575&tid=1460458]: |
0ms |
get settings: |
7ms |
get forum list: |
9ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
137ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
33ms |
get tp. blocked users: |
1ms |
others: | 9ms |
total: | 213ms |
0 / 0 |