DaviAntonaji / python-send-emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, this project sends emails based on an HTML file with command line parameters using python 😁


πŸ‘¨πŸ»β€πŸ’» About the project
Hi, this project sends emails based on an HTML file with command line parameters using python. In this project you will see:
  • Environment variables in .env file
  • Passing Parameters via Command Line
  • HTML file reading
  • String Replacement
  • Sending emails

Installation
  • First install the dependencies by running the following command:
pip3 install -r requirements.txt
  • To run the application run in a terminal the command:
python3 send_email.py <name> <email> <subject> <message> <html_file>

About


Languages

Language:HTML 59.6%Language:Python 39.0%Language:Shell 1.5%