The project send-email-python is a python package that is on pypi and will make it easier to send emails with python
pip install send-email-pythonFor setup instructions:
sendmail.setup(<email provider of sender>)Send simple email with a message:
sendmail.mail(<senders email>,
<senders email password>,
<recievers email>,
<subject>,
<message>)Supported email providers: Gmail