Member-only story

Automate sending emails with python

Manpreet Singh
2 min readNov 23, 2021

--

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to this language, check out the link below to learn more about it:

One of the best things about Python is the ability to automate some of our daily activities, including emailing! So, let’s talk about some way we can actually automate sending emails with Python. Within Python, we actually have a built in package called smtplib, this package allows us to handle emails, how? It’s easy, check out the link below to learn how to do this:

However, there is an alternative way to send emails, this time, bringing the automation aspect to this project, to do this, we’ll use the Selenium package, if you’re new to this package, check out the link below to learn more about it:

--

--

Manpreet Singh
Manpreet Singh

No responses yet