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 = [email protected]
EMAIL_PASSWORD = password
EMAIL_RESEPTOR = [email protected]
And ready you can run the main.py file and send the message with python to email.