Sending Emails and Text Messages with Python - Automate the Boring Stuff - Part 19

Published: 02 July 2022
on channel: Learning Python
2,250
25

Learn Python programming to automate your daily work, e.g. web scraping, working with Excel documents and Google Drive.
We cover chapter 18 of the book Automate the boring stuff with Python by Al Sweigart - covering sending emails and text messages with Python.
Follow along to learn Python programming and make your life easier with automation.

Link to book (Amazon): https://amzn.to/3OZnBOk
Read for free online: https://automatetheboringstuff.com/2e...

Music (Epidemic sound): https://bit.ly/3JD0PZk
Song: The Uneven Path - Trevor Kowalski

Timestamps:
0:00 - Introduction
0:47 - Setting up Mail account and Gmail API
3:53 - Installing EZGmail
4:51 - Sending an email with EZGmail
6:20 - Reading emails with EZGmail
8:19 - SMTP: Send emails
11:41 - IMAP: Retrieving emails
12:53 - Sending text messages with Twilio
15:07 - Practice Questions