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).