Create a custom email GUI app using python (Tkinter and Smtplib)

preview_player
Показать описание
Create a custom email GUI app using python (Tkinter and Smtplib) - This tutorial will take you through how to use modules such as tkinter and smtplib to create you're very own custom email app.

The code that has been used in the tutorial is very basic and simple to follow as it is intended for beginners. As always if you guys have any requests please make sure to mention them in the community tab of the channel under my post for "new video ideas".

Thanks for all the support and I'll see you guys in the next tutorial. PEACE :)

Checkout my setup:

Рекомендации по теме
Комментарии
Автор

perfect video bro, got the basic info I needed for the SMTP protocol

Jokerman
Автор

I would like to add something to your code! This tutorial
was very helpful to me. But I have been trying to figure out how also to clear
the (notification message) created by the success or fail when pressing reset.

At 37:07 If you notice, when you press reset... the message
does not go away. I have tried every reset function possible. Destroy was the
only thing I could get to work but that caused the widgets to break after
pressing reset; even though they all appeared visually fine. So here is what I
found.

Add the following line under your
def reset():

notif.config(text=" ")

This will cause the notification message to display "a
space", giving you the appearance that the message was cleared without
breaking the widgets…

Thanks again,

random.notrandom
Автор

What do you guys think about the background music? Do you prefer the videos with it or without?

johangodinho
Автор

Keep it up Sir.
This video is too informative for me. Thanks for making such knowledgeable video on python programming. Make more too i would love to learn from your videos. 👏😊👍

SoftwareTester_
Автор

Hey, thanks for this video, where can i find tutorial to custom the email, i mean to cope with the font and all stuff of the email?
Regards

Landpir
Автор

Hey dude, nice work out there!
Also, I kind of managed to resolve that Password display issue.
I added column=2 instead of column=0 after each entry, somewhat like this:

usernameEntry = Entry(mainscreen, textvariable=temp_username)
usernameEntry.grid(row=2, column=2)
passwordEntry = Entry(mainscreen, show = "*", textvariable=temp_password)
passwordEntry.grid(row=3, column=2)
receiverEntry = Entry(mainscreen, textvariable=temp_receiver)
receiverEntry.grid(row=4, column=2)
subjectEntry = Entry(mainscreen, textvariable=temp_subject)
subjectEntry.grid(row=5, column=2)
subjectBodyEntry = Entry(mainscreen, textvariable=temp_body)
subjectBodyEntry.grid(row=6, column=2)

It got a little off to the right, but something's better than nothing :)

aryamananand
Автор

Will you ever do a receiving and searching emails in python using TKkinter?

mistermayhem
Автор

Really nice videos as always, you have really helped me code all the time! You earned subs on all my accounts! Edit: Oh by the way it says their was an error?? How do I fix this. I put in the correct stuff and put enable access for less secure apps! What shall I do? Good tutorial

pihanimations
Автор

i put in the correct stuff but it keeps saying error ssendding email

itsashyboi
Автор

so what if I want to type a body with multiple lines how do I that sir

leonardkabasa
Автор

nice tutorial..one text box is missing

jardas
Автор

pls help me it says unable to send mail

hertz
welcome to shbcf.ru