Skip to content

Instantly share code, notes, and snippets.

@nakamuray
Created June 25, 2018 10:01
Show Gist options
  • Save nakamuray/59a75fbb0ee26ae218d6203cef55a2e4 to your computer and use it in GitHub Desktop.
Save nakamuray/59a75fbb0ee26ae218d6203cef55a2e4 to your computer and use it in GitHub Desktop.
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