Category Python

Automating Email with Python

This post will discuss utilizing Python scripts to automate sending emails. For this example, we will be simulating sending an email based off of a triggered alert. First, we will need to write and send an email with the template…

Daily Weather Forecast Email

This post will be about automating a daily weather forecast utilizing a modified version of the Python Email script from the previous post. The steps for this project are: For the first step, we will look for an API that…