In today's video How to Send Mail Through Python | Sending Gmail with Python, we will create an app with graphical user interface to send mail through python programming language. For the GUI we'll use Flet which is based on flutter and makes it easy to make modern and beautiful user interface in python. Also we'll use smtplib module to send mails through python which is very easy and safe. In this video we'll use gmail to send mails using smtplib module. To send gmail mail using third party apps, we need to generate app password that is completely explained in the video and is done easily. The video How to Send Mail Through Python | Sending Gmail with Python, is very useful for those who want to learn python programming language and creating GUI with python and also make their workflow faster.
Used Modules:
-Flet(flutter for python)
-smtplib
If you enjoyed How to Send Mail Through Python | Sending Gmail with Python, please like and share the video and subscribe to the channel for more cool stuff. Take care, See you later!
00:00 Intro
00:39 Basic Set Up
01:30 Building UI
04:00 Writing the Functionality
05:55 Gmail App Password
#python #flet #programming