◐ Shell
clean mode source ↗

GitHub - alexismmdeveloper/message-email-python: SEND AN EMAIL WITH PYTHON

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

SEND AN EMAIL WITH PYTHON

The operation of this script is to send message to email with python

For the script to work you need to create a file called .env, in this file will be the emails and password.

Add to file:

EMAIL_EMISOR = emailemisor@gmail.com
EMAIL_PASSWORD = password
EMAIL_RESEPTOR = emailreseptor@gmail.com

And ready you can run the main.py file and send the message with python to email.