This is a python program to merge the email body & subject with different Names of recipients and send those emails to the corresponding recipients' email ids contained in a python list. The python module used in this project is smtplib. The <sender.py> file contains sender's login credentials(E-mail Id and Password).
sanju6890/Automated-merge-mail-sender
This is a python program to merge the mail body and subject with different names and send that email to the corresponding email ids.
Python