#100DaysOfCode in Python Transcripts
Chapter: Days 64-66: Sending emails with smtplib
Lecture: Introduction to sending Emails
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
G'day everyone, welcome back.
0:01
This is Julian Sequeira again
0:03
and welcome to Sending Emails with SMTPLib.
0:06
This is one of my favorites
0:09
just because I love automating stuff, right.
0:12
And this is one of the first cool things
0:14
that you're going to automate with Python.
0:17
Sending emails virus stripped
0:19
is extremely gratifying and awesome
0:21
if you want to spam your friends
0:23
and I think you're really going to enjoy it, too.
0:26
So, the point of these videos
0:28
is to teach you how to send an email
0:30
using a script, SMPTLib
0:32
and the Python MIME modules
0:35
which I'll explain in a bit.
0:38
So, click next and carry on with the videos.
0:41
Next, we're going to set up your Gmail application ID
0:44
and then straight from there,
0:46
create a script.