{"blog_title":"textbook","published":"2011-09-17 00:00:00","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fidegman.hatenadiary.org%2Fentry%2F20110917%2Fp1\" title=\"Python3 \u65e5\u672c\u8a9e\u3067\u30e1\u30fc\u30eb\u9001\u4fe1 - textbook\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","author_url":"https://blog.hatena.ne.jp/idegman/","author_name":"idegman","image_url":null,"type":"rich","categories":["Python"],"version":"1.0","height":"190","url":"https://idegman.hatenadiary.org/entry/20110917/p1","blog_url":"https://idegman.hatenadiary.org/","provider_name":"Hatena Blog","title":"Python3 \u65e5\u672c\u8a9e\u3067\u30e1\u30fc\u30eb\u9001\u4fe1","provider_url":"https://hatena.blog","description":"import smtplib from email.mime.text import MIMEText from email.header import Header from email.utils import formatdate FROM_ADDR = 'myAcount@gmail.com' TO_ADDR = 'other@live.jp' ENCODING = 'iso-2022-jp' message = MIMEText( '\u672c\u6587', 'plain', ENCODING, ) message['Subject'] = Header('\u4ef6\u540d', ENCODING) messag\u2026","width":"100%"}