Introduction Hello and welcome back everyone, in this blog we will be exploring how we can send emails using Python. We will be using SMTPlib. According to the documentation of SMTPlib, The smtplib module defines an SMTP client session object that can be used to send mail to any internet machine with an SMTP or […]