Simple Mail Client in Python

Simple Mail Client in Python

NeuralNine

3 года назад

48,583 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Victor-Alan
Victor-Alan - 07.11.2023 08:02

That was awesome. Thank you

Ответить
misterjasoom
misterjasoom - 29.11.2022 19:05

Can i use smtplib to download email attachment if yess can you provide me with the method thnx

Ответить
Adriaan Mouton
Adriaan Mouton - 31.10.2022 11:56

It looks like Google took this access away in May 2022. I got the message "SMTP AUTH extension not supported by server". This video needs to be updated for this change in Google's policy.

Ответить
augi blutz
augi blutz - 20.08.2022 09:21

It might be a REAL GOOD IDEA to post the code

Ответить
Jiten Rajput
Jiten Rajput - 10.08.2022 17:02

Sir,

I have 2 email ids loaded in my outlook. One is shared mail box. Plz let me know how i can send email using shared mail box. It do not have any password. Plz help

Ответить
bulent turkay
bulent turkay - 29.06.2022 07:03

thank you bro , how gmail inbox email read

Ответить
Gba Gba
Gba Gba - 24.03.2022 23:02

spricht du deutsch?

Ответить
Ragul N
Ragul N - 15.03.2022 11:51

Hi! How to use SSO login password (usually office mails) in SMTPLIB instead of a direct password (usually personal mails)?

Ответить
Rob G
Rob G - 23.07.2021 02:41

lol wait is he german? :D

Ответить
Marcin S
Marcin S - 04.02.2021 22:49

Great content - you`ve got yourself a new subscriber! But i have a problem with the following: Everything worked fine up to the point when the script attached the attachment to the email - it included also the file`s pathname (which i had to include in the script itself, otherwise the file was not found by Python). Is there a way to prevent the file`s path from appearing as the filename attached to the email? Thanks in advance and keep up the good work!

Ответить
Aditya Choudhary
Aditya Choudhary - 04.02.2021 07:48

Awesome tutorial 👍🏻👍🏻

Ответить
Boen Glover
Boen Glover - 20.01.2021 00:47

@NeuralNine
On your Simple mail Client in Python video, once I finish typing all of the code I get an error that says, "TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time". Help?

Ответить
Sebin Saji
Sebin Saji - 19.01.2021 15:23

Why this script not asking password of email

Ответить
Julia Adler
Julia Adler - 11.01.2021 08:19

Your videos are so underrated! this was so helpful

Ответить
invinciblenoman
invinciblenoman - 01.01.2021 21:07

i tried a code with which I could send only 128 emails at a time. But then It stopped sending emails like I did send emails but could not get on the recipient side. But I did not get any error. I am sending via my own website which is hosted by godaddy. However, Godaddy says that they have no such policy to restrict email sending.

Can anyone help me out what could be the reason since the python script shows no error, the program goes normal. if you need that code I can show with you.

Ответить
Meric
Meric - 01.01.2021 05:17

Important things to look out for:
Make sure that less secure option is selected when you are trying to send your emails.
you can do it by googling Google's security/lesssecureapps

Another thing to look out for when setting up the server command line, you should write this for gmail, I had many problems otherwise.
server = smtplib.SMTP_SSL('smtp.gmail.com')

Ответить
Graeme Wiebe
Graeme Wiebe - 31.12.2020 05:37

Am I just dumb, or do I have to re-write the code by hand? are there files to download? plz reply @NeuralNine

Ответить
Zach's Battlefield
Zach's Battlefield - 30.12.2020 04:09

Should become a udemy instructor, you are very good.

Ответить
Marc Huyghebaert
Marc Huyghebaert - 28.12.2020 20:03

I read a lot of info - got my own error to deal with but where i can help is - is your using gmail no need the allow 3th party to send email via gmail

goto your gmail account
upper right click on manage your account (just below your email
in the left menu select security
on that page all the way down you wil see option
Less secure app access
turn this on
also port to be use in script is 587

hope this helps people somewhat

Ответить
Esteban Jácome
Esteban Jácome - 28.12.2020 11:22

what do you use for code completing? great videos btw

Ответить