How to Send an Email with an Attachment in Python

In our last post, we went over how to send a simple email. In this post, we’ll go over how to send an email with an attachment, just like last time, we’ll be using Gmail. Before we get started, ensure that your Gmail account has 2-Step Verification enabled. If you haven’t enabled it, go checkContinue reading “How to Send an Email with an Attachment in Python”

How to Send Simple Emails in Python

It’s not exactly the hardest thing to get on a web browser or open an email app and send emails. Wouldn’t it be cool to be able to send emails programmatically though? In this post we’ll go over how to send a simple email with Python. At the end of this tutorial, you should beContinue reading “How to Send Simple Emails in Python”