▶️ Watch Entire Flask Playlist ✅ Subscribe To My TH-cam Channel: bit.ly/2TU96lm bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com Take $30 off with coupon code: youtube1
Thanks a million John! I recently built my first ever Python+Flask website, and sending emails from the Contact page form was the one feature I could JUST NOT GET working. Thank you so much for a working solution.
Thank you for taking the time to make this video. One quick question if I may... So this allows a user to use our own email account to send an email to us, right? However, this user's email will be delivered to us from the email that we initially set up in the flask application rather than the user's own email address. I would be grateful if you could confirm that this is correct...
Hi John, I'm following this series of videos and can't get "access to less secure apps". A message on Gmail says :- To help keep your account secure, from May 30, 2022, Google no longer supports the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password. Important: This deadline does not apply to Google Workspace or Google Cloud Identity customers. The enforcement date for these customers will be announced on the Workspace blog at a later date. Is there a work around? David
Not sure if you're still at it, but for future reference, you need to set up 2FA and create an app password in security section in google accounts. Then use the app password instead of your regular password.
it seems to only want to let me have the error or have the emails send am i doing something wrong? if i comment out email sending the error works if i comment out the error the email works EDIT: nevermind i changed it to a if and else statement and got them both to work.
thank you for a great flask tutorial, question for you: how can i incorporate a password reset function into the app? thank you in advance for your time in answering my question.
bro, please if i wanna send for a person page html to reset password how like when someone want to reset password directly reach message for his email to reset it
Deployment is a whole process...it would take a couple videos for me to explain it. Eventually I'll do videos on that, but not for a few weeks at least.
@@Codemycom thank you sir...we will wait for that... once again thank you so much...for you poor ppl like me get chance to learn coding with out paying a single penny..
▶️ Watch Entire Flask Playlist ✅ Subscribe To My TH-cam Channel:
bit.ly/2TU96lm bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com
Take $30 off with coupon code: youtube1
This channel is awesome.
I learn so many language through this channel.
Happy to hear that!
Thanks John. You have saved me after a week of trying to receive form data from user. You the best
Glad to help
Thanks a million John! I recently built my first ever Python+Flask website, and sending emails from the Contact page form was the one feature I could JUST NOT GET working. Thank you so much for a working solution.
Glad it worked for you! :-)
Merci pour tes tuto qui me permet de mieux comprendre flask sqlalchemy et consort !
great tutorial. One question is it possible to send an email subject as well? otherwise its undefined in the email
Thank you for taking the time to make this video.
One quick question if I may...
So this allows a user to use our own email account to send an email to us, right? However, this user's email will be delivered to us from the email that we initially set up in the flask application rather than the user's own email address.
I would be grateful if you could confirm that this is correct...
What if I want to send mail within the html email content, how would I do that?
HI! This is super helpful, but how can I send a pdf report from our flask app to an user's email?
Hi John, I'm following this series of videos and can't get "access to less secure apps". A message on Gmail says :-
To help keep your account secure, from May 30, 2022, Google no longer supports the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password.
Important: This deadline does not apply to Google Workspace or Google Cloud Identity customers. The enforcement date for these customers will be announced on the Workspace blog at a later date.
Is there a work around? David
I don't know of any work around. You usually want to use a third party like mailgun to send email from your apps anyway...
Not sure if you're still at it, but for future reference, you need to set up 2FA and create an app password in security section in google accounts. Then use the app password instead of your regular password.
If I use python to send a subscription email, how do I get the bottom of the email to go to a link where someone can unsubscribe?
it seems to only want to let me have the error or have the emails send am i doing something wrong? if i comment out email sending the error works if i comment out the error the email works EDIT: nevermind i changed it to a if and else statement and got them both to work.
What to do when the smtp socket is giving timeout error?
Didn't Google remove this feature of allowing less secure third-party apps to send emails by march 30th?
Thank you very mach I know English by A2, but I understand ALL
I will like to use this method to send messages on my contact form is this safe? I mean my password and username will be accessible to others?
thank you for a great flask tutorial, question for you: how can i incorporate a password reset function into the app? thank you in advance for your time in answering my question.
Sorry, that's too complicated to explain in a comment.
thanks for the lesson im curious how can i recieve emails in flask
What if i want to use this for a contact form so I know when someone contacts me, and whats the message?
is there link to download this entire project? github or something?
Nice! Thank you.
Very welcome!
How can we attach an image in the form?
Nice video for sending , but i do not find a way how to receive an message in your box if a subscriber send to you ?
That has nothing to do with your app...that's just email.
socket.gaierror: [Errno 11001] getaddrinfo failed
help please
I'm still waiting formula of meth. BTW You're teaching better than Mr.White. Thank You Mr.Elder
Haha
Which is better sir Django or flask to learn first?
whichever you want, it doesn't matter
bro, please if i wanna send for a person page html to reset password how
like when someone want to reset password directly reach message for his email to reset it
I don't have any videos on that
Great tutorial, but I at 6:10 the Flask error messages reveal your password. I hope you have changed it.
Yes I did
sir i have tried the same way but its shows starrtls error when i tried to deploy in pythonanywhere... please help me out..
Deployment is a whole process...it would take a couple videos for me to explain it. Eventually I'll do videos on that, but not for a few weeks at least.
@@Codemycom thank you sir...we will wait for that... once again thank you so much...for you poor ppl like me get chance to learn coding with out paying a single penny..
First view
Nice!
After doing everything, still not sending email, even after turning on the less secured option. Any help?
"Messages with multiple addresses in From: header are not accepted". I'm getting this error from google, How can I address this?? please help