-
Clone the repo
git clone https://github.com/daudhiyaa/automate-emails.git
-
Configure these variables:
subject
&body
depending on your needs -
To add recipients name & their email, you can add it in
.txt
file depending on usage (recipients_name.txt
for recipients name,recipients_email.txt
for their email address) -
Run the program
python main.py
or
python3 main.py
-
if you get an error in your
email_pass
, follow this video to setup youremail_pass
-
if you want to hide the email addresses of receiver, remove
line 23
modified from this video