Automated Mailing

After learning the basics of Python such as, syntax, functions, conditional statements, etc. I began looking for other ways in which I can use Python, since initially I was using Python to solve coding challenges online. So I came across a tutorial which guide me in creating an automated mailing script which utilizes the STMP protocol to send any amount of emails to a specific target. Going through this tutorial taught me more about the smtplib import, along with how data is sent to a server and learning how to prep the data and send it out.

Source Code –>