Created
June 25, 2018 10:01
-
-
Save nakamuray/59a75fbb0ee26ae218d6203cef55a2e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import email.message | |
msg = email.message.EmailMessage() | |
msg['Subject'] = '[こんにちは、世界] 新しい朝が来た、希望の朝だ' | |
print(msg.as_string()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment