For those asking. Here's how you can add attachments and send emails to multiple receivers: kzbin.info/www/bejne/d3-mfH-wq9uCa6M
@EngineerFormidable2 жыл бұрын
Works perfectly, thank you. Literally spent 3 days looking for something as simple as this. Thanks a lot !
@wintermorillo65672 жыл бұрын
I spent almost a month trying to find a solution for this, and in less than 10 minutes I found the solution. Thank you for this tutorial.
@thisoldfox2 жыл бұрын
I too spent many days trying to create emails with Python and this video showed me how. Thanks for the great video.
@southvillechris Жыл бұрын
Fantastic video - thank you so much! I've been banging my head against a wall trying to send smtp messages - and this one actually worked!
@d3f3kt57 Жыл бұрын
Worked perfectly. I wasted 4 hours yesterday trying to get this to work with a much more complicated method involving setting up an SMTP server on localhost, which did not work.
@mochiman1002 ай бұрын
Same...
@MsNd4Spd2 жыл бұрын
After a whole week of trying out other methods, this one worked perfectly.
@jnrahm20382 жыл бұрын
Took me so many failed attempts until I found your video. Worked first time, Thanks!!
@siarnt35662 жыл бұрын
You are the GOAT for this video. I had a site that was running for so long sending emails with the "allow third party" setting on Gmail. Ever since they removed that feature I couldn't get it to work and all the other tutorials on KZbin were made before this was the case. Thank you so much for releasing this video promptly. I will definitely be checking out some more videos in the future!!
@ThePyCoach2 жыл бұрын
Yeah I know. That gave me extra motivation to make this video. Good timing!
@wcsdiaries2 жыл бұрын
@@ThePyCoach What do you do if it sends the email, but it just goes straight to junk mail? Does it matter which phone/browser you use? I noticed with iphone just sent email straight to junk, but android didn't
@-potato-god-2311 Жыл бұрын
@@wcsdiaries I'm guessing your iPhone has some option enables which sends automated messages into junk. I'm not too sure about it.
@deekshantwadhwa2 жыл бұрын
Great work man, an IT company that my Dad uses in his office was asking for $5000 for this upgrade in the software they created for his office. After searching for the reason why the emails had stopped working from their software, what changes has Google brought forward and the fix (your video), I had a "chat" with them, and guess what, new budget = $100 which is still too much, but their mails are now working back again through their software. #KnowledgeIsPower
@larsenmathias44996 ай бұрын
Why dont you guys use services like msg91 its much better
@mfxtrading70276 ай бұрын
if the dev is in India - okay, otherwise you're just a cheap guy who should learn how to code
@TechySatvik6 ай бұрын
wow
@labscience82712 жыл бұрын
Thank you! I sent my first automated mail, and I have some plans to do with it. Very good explanation!
@sakethkumarpeddi20894 ай бұрын
Man. You are just awesome. I've spent almost half of my day on how to send emails with free SMTP services. Thank you, Thank you so much. 😊
@claudiaedward8055Ай бұрын
Thank you very much! There are many videos about sending email with python but none works, this is the best video because it works!
@scale...3d2 жыл бұрын
Ah, finally, it works. The good thing about this method is that I can use it with my main email rather than making a new one with security off.
@ThePyCoach2 жыл бұрын
I think that’s the reason why Google removed the other option
@Raizun9 ай бұрын
Thank you a lot! The best guide. Easy to write and it actually works!
@msm_akbar2 жыл бұрын
Thank you so much, Frank. My first Automated email was a success.
@daniprajins8124 Жыл бұрын
Works perfectly sir , i am a Data science student . That new Google policy made me sad . This video helps me a lot to complete my project
@broshv_ Жыл бұрын
Will use this to bulk-email my teachers whenever I’m too lazy 😂 thank you!
@Vexat1on Жыл бұрын
i don't even know how to say how thankfull i am for this video, i've benn trying to find the solution for past 2h thx so much
@elenamurga14902 жыл бұрын
I couldn't make flask-mail to work. This option made my day after 2 days of getting frustrated it! THANK YOU!!
@rincondepython Жыл бұрын
updating 2023: it's still working!
@dimelosimba8631 Жыл бұрын
When someone and sits to explain it, it is so much easier. Was able to fix my code with this.
@JohnMcGuckin-e9y10 ай бұрын
been looking for a way to send emails in Python for ages, thanks for this!
@uscbruin2132 жыл бұрын
Amazing! I was searching Google and stack overflow for this all day and then watched your video and it was simple!
@ThePyCoach2 жыл бұрын
A couple of months ago I was searching like you and after hours I read that Google had changed his security ... in that moment I understood why the old tutorials didn't work
@MichaelShingo Жыл бұрын
Thank you, literally no other tutorial is up to date and clear like this one
@godbernaz Жыл бұрын
For someone who is starting, this tutorial helped me alot
@impasible278310 ай бұрын
Thanks man! I was trying to figure the hell out when I was not getting my credentials right in the beginning. You perfectly explained the right way to get the password
@inthefuture282 жыл бұрын
This video tutorial is very helpful, I followed and it worked, it solved the problem of "less secure app access" that google has no longer support that feature since May 30, 2022. Thank you for guiding us
@RodrygoDeSilva2 жыл бұрын
Thank you so much bro but I have one question. I am getting a exited with code=1. I'm sure that means that there's one line of code that's wrong but I rechecked everything with your video and it matches yet I'm getting an error. Any advice you can give me? thanks.
@TechnoSpirit2 жыл бұрын
Bless the creator of this video! An infinity of thanks will not be enough!
@SigmoidNOTIFY Жыл бұрын
My god it worked! Thank you so much i was not expecting it to work that simple!
@Simeno102 ай бұрын
Thx man, I was struggling with sending email in Python.
@ManNiteshRajkotiyaBCSE Жыл бұрын
thank you so much old method was working for me when i change my email id it was not working due to google update but now i dont need to use google gmail api and you saved lot of time
@ilaiosking3963 Жыл бұрын
Thank you very much! Worked on the first time
@NebesnyPlamen7 ай бұрын
Awesome, thank you. This new method isn't harder than the old one
@marronnier173 ай бұрын
Thank you so much. You made a complicated ( for me) topic very straight forward. It worked first time. Of course Google has changed some of it's gmail setting screens and menu but otherwise perfect. Thanks again.
@blackscreenslppeingrain Жыл бұрын
can this method be used to send bulk email for marketing?
@grigorijdudnik57511 ай бұрын
Hey Frank, thanks for clear tutorial, It helped me to finally did that. I have little remark for it: as you hidden your app password, it was not obvious if words in password should be separated by spaces, or written in common, or even separated other way (after test I have response: spaces are ok). I suggest to make it more explicit, maybe next time to use some password which you'll delete before publishing the video.
@ShaikhAsif-u7r Жыл бұрын
Thanks for this video
@dadaolujare69402 жыл бұрын
Thank you so much for this video man. Was literally pulling my hair trying to get this done. Thanks again.
@HomiePlaysYT Жыл бұрын
This video saved my ass, I was so frustated when a project which I made about 2 years ago broke. First it took me time to realize why it was breaking then I saw that google changed its policy. Anyways thnx.
@ThePyCoach Жыл бұрын
You're welcome. Just today I uploaded a new video about this. The method is still working. I just added more things like how to add attachments and send emails to multiple receivers!
@ferozrayanr64549 ай бұрын
Really helped me to automate my mail triggers! Thanks for your content
@rawgosh2 жыл бұрын
thanks for the process to link the account with google I was facing too many errors this video solved it like it was nothing. I think I should question myself first.
@trickwithtalk Жыл бұрын
love you man you brought me out of this big struggle
@jyotsnak19710 ай бұрын
Amazing content with step by step walk throughs for an absolute beginner. Thanks so much!
@MostlyVishwa11 ай бұрын
Really made the hard task easy
@rafaelfonseca7942 Жыл бұрын
Nice video. Worked flawlessly. Thanks for this great content!
@PoolMedia Жыл бұрын
I love you man, thank you so much! I appreciate you mentioning how to handle the SSL VERIFICATION ERROR!
@t77321559802 жыл бұрын
Thanks, A simple and accurate step by step explanation. Works perfectly.
@ThePyCoach2 жыл бұрын
Glad it helped!
@revanthreddy97812 жыл бұрын
For email.message which package is necessary to install?...
@cemgencal7386 Жыл бұрын
did you resolve the probleme?
@TharushikaHettiarachchi Жыл бұрын
This worked!! I spent so many days to find out a way. Thank you so much🤩
@andreviniciusbezerradasilv9335 Жыл бұрын
how can i send that email to multiple receivers ? I can store the other receivers in a list or just write a string with all the emails ?
@shantanu556 Жыл бұрын
thanks buddy, i cannot imagine how i would have sent 500 emails manually
@alexchequer153817 күн бұрын
Great video! Super easy to do.
@technicalaasaan6332 жыл бұрын
thank you... I tried many way all are outdated one.
@webslinger20112 жыл бұрын
Thanks! Got my Email program working again.
@ThePyCoach2 жыл бұрын
You're welcome! More automation videos coming soon
@Halal_guy21 Жыл бұрын
Thanks alot, I was really tired of the TimeOut Error. God bless you
@floridajet138 Жыл бұрын
Best channel, WORKS WORKS WORKS
@matteodondi71092 жыл бұрын
WHy everyone in the forums suggest complicated solutions and you, on the other hand, have solved all my problems so easily? THANK YOU
@haktanhakkongun4321 Жыл бұрын
Very helpful and straightforward video. Thanks!
@eduardoribeirobrasil2 жыл бұрын
PHPMailer works perfect too, thank you.
@mohsinaliirfan218610 ай бұрын
you are a GOAT, the only tutorial that worked
@1uffyD92 жыл бұрын
Were you able to find a method or a proper alternative to add Bcc emails?
@JamesLee-99990 Жыл бұрын
If at your work, you've developed a python web scrapping, and you want to setup an email alert/notification if the web scrapping program fails. How you develop an email alert/notification?
@antoniogiraldez3064 Жыл бұрын
It works great. After spending a lot of time looking for a solution finally I got in here, thank you very much for this video.
@banafshehpouyanfar16102 жыл бұрын
THANK YOU!!! I've been looking for a way to do this for days.
@divyanshagrawal4477Ай бұрын
seriously a life saver
@Stay_Positive_live2 жыл бұрын
you're a genius
@khinezarthwe361 Жыл бұрын
Thanks for this video. That was really useful for me. I have done it and found zero error. Please also make a video for emailling with attachments.
@shayemine9521 Жыл бұрын
Thank you so much I've been at this for days.
@paulmoss41992 жыл бұрын
Thanks very much, I have been struggling with how to do this for a while !!
@ashishjstar2 жыл бұрын
It's working dude!! Thanks a lot 😀
@almightyqdogg Жыл бұрын
Can I use this on my iPhone?
@twisted-t Жыл бұрын
Jesus Christ man!! Thank you!! Hours and hours of banging my head against a wall and trying to find a free and reliable solution and it was so simple! You saved my project!
@alderiatefanclub15762 жыл бұрын
Thanks a lot ! Your video is crystal clear and helpful :)
@richardbrakoh41542 жыл бұрын
I did the code the same on my house windows laptop and it works fine. However when I coded on my MacBook Pro, there was an error which says “No module named email.message; email is not a package “. Why is that?
@ollkorrect29002 жыл бұрын
Thanks a lot, this cured a headache I was having on this problem.
@frida_m4426 Жыл бұрын
I want to see how you created the os variable...
@thekiddoquiz Жыл бұрын
Method working greatly👌
@Levendo3 ай бұрын
Thanks! Finally, a working solution!!
@Ramlakhan-2510 ай бұрын
this works! Thank you. Just one question, how we can use this for sending bulk emails separately to each user without keeping them all in one email?
@ОлександрБілоус-м5ъ9 ай бұрын
Thank you for google settings part!
@mrgabriel6295 Жыл бұрын
Works perfectly but how about sending to bulk email, like having a list of emails in a txt/csv file and sending via python. I will appreciate your response. Thanks 💖💖💖
@naturallydope247 Жыл бұрын
This is what I came here to ask.
@anonym_user_nksnskdnkdnksndkn Жыл бұрын
thanks, must be the simplest tutorial by far
@dhruvvaishnav64992 жыл бұрын
Thanks dude for this . Love you frank andrade.
@geirha75 Жыл бұрын
how can I include text from a text file in the body message? The text file contains results of a script.
@kishore.l355011 ай бұрын
Nice clear video. BTW Quality of life change, we can use TLS protocol for security and it is much more easier to do.
@issamelimrany4 ай бұрын
Thank you ! still working as of now.
@vuinhduy83147 ай бұрын
Dear Sir, I'm appriciate your content. Help me alot to cut my work time. Best wish to you.
@prabhnoorsinghchowdhary79352 жыл бұрын
Man I am so grateful Thanks a lot
@everluck35 Жыл бұрын
Worked without issues, thanks!
@manuraghuvanshi202211 ай бұрын
Great video, worked like a charm!
@equious8413 Жыл бұрын
Will the 'To' key accept a list of emails (or a string of multiple emails), or is a loop needed for multiple recipients?
@ЕвгенийЕфремов-ф6е Жыл бұрын
It works for me. Thank you!
@Wallope Жыл бұрын
This Worked! Thanks so much!
@chestadhingra2611 Жыл бұрын
The video is very informative, but while following along I am getting the error "Application-specific password require". Though I have generated the app password in the gmail and 2-step verfication is also on. Could anyone help? Thanks in advance
@brucenelm7 ай бұрын
Thanks for sharing the video! I'm curious, do you think there's a risk of the emails getting flagged as spam?
@wacksas Жыл бұрын
Plain and simple, thank you.
@P4nDA_pls Жыл бұрын
Excellent video, perfect for a beginner.
@lorenzoscandolara49416 ай бұрын
You are the number 1, the best thanks a lot my friend