Sending an email with Python is easy. Sending an email from a Gmail account with Python is even easier.
You can send an email to hundreds of people with 20 lines, and you can learn how to do it in less than 10 minutes.
In this video you’ll learn how to:
Send one email to one person
Send one email to multiple people
Attach files to the emails we sent
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
00:43 - Setting up
01:55 - Our base script
05:36 - Multiple receivers
07:15 - Sending attached files
08:36 - Recap
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
Resources:
Yagmail docs:
https://pypi.org/project/yagmail/
Yagmail docs in PDF:
https://buildmedia.readthedocs.org/me...
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
Subscribe to the channel:
/ @letslearnabout4934
Text version:
https://letslearnabout.net/tutorial/h...
Twitter:
/ davidmm1707
GitHub:
https://github.com/david1707