Pythonでメール送信~Gmail編~ - Qiita

Python標準ライブラリで簡単にメールを送信できる。import smtplibfrom email.mime.text import MIMETextfrom email.utils im…