Just a simple python function to send an email to specific email
The following two sections will give you the commands to run the application in your machine
python -m venv my_env
source my_env/bin/activate
pip install -r requirements.txt
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Just a simple python function to send an email to specific email
The following two sections will give you the commands to run the application in your machine
python -m venv my_env
source my_env/bin/activate
pip install -r requirements.txt