Hi, I have a project that needs this email function, thank you for uploading it, it helps a lot! However, may I ask if there is a way that I can possibility send an email like that with onclick function? I am trying to make a button on a website that when I click on it, an email will be automatically send to the recipient without actually me running the codes. Is it possible?
I am supposed to code a use case ( Use-Case: User Oil Change Reminder Notification:Should show notification in app and by email, a reminder will be sent out when a specific mileage is hit.) using flask and python can I use the steps in the tutorial ?
How can i send mail on a particular date ? Suppose an user gave a date and he wants the mail on that particular date an any time of the day ? Can this be configured ? I need a solution for this for my project
Join my free course on the basics of Flask-SQLAlchemy: prettyprinted.com/flasksql
There aren't too many good flask tutorials around, so I appreciate your videos. Thanks for your hard work!
You're welcome! Thanks for watching.
Hi Anthony, I'm just delving into the world of Flask, and you've helped so much with your various videos!
Thanks a lot Anthony, I was stuck with my contact form in Flask and watching your tutorial definitely helped me solve it! :-)
I'm glad I could help! Thanks for watching.
One of the best videos. Well-explained and entirely easy to understand the concept. I love your channel.
Great stuff dude, loving your flask tutorials!
Thanks for watching!
Another high quality tutorial thank you!
You should have done a sponsorship deal with ExpressVPN haha. Stay Safe Anthony
Thanks Antony another great video with a clear explanation, Cheers
You're welcome! Thanks for watching.
I got hit with the cookies from other websites! lol ;). Best video for smtp with flask. Thanks!
Thanks! This was a really good one!
i have deployed my app on pythonanywhere. This works fine for localhost but gives internal error on pythonanywhere. Any suggestions?
Legend!
Hi, I have a project that needs this email function, thank you for uploading it, it helps a lot!
However, may I ask if there is a way that I can possibility send an email like that with onclick function?
I am trying to make a button on a website that when I click on it, an email will be automatically send to the recipient without actually me running the codes. Is it possible?
Try using AJAX
Have you configure DKIM with Flask-Mail ? It seems that emails get into your spam.
I am supposed to code a use case ( Use-Case: User Oil Change Reminder Notification:Should show notification in app and by email, a reminder will be sent out when a specific mileage is hit.) using flask and python can I use the steps in the tutorial ?
Hi there how do I find my MX records on flaskmail?
Great! But gmail won't work any more since May 2022 - google blocked this kinds of connections.
How can i send mail on a particular date ? Suppose an user gave a date and he wants the mail on that particular date an any time of the day ? Can this be configured ? I need a solution for this for my project
Hey there buddy! have you found the solution for that? I also want to do that type of thing in my project.
Hey there! have you found the solution for that? I also want to do that type of thing in my project.
@@haseebabbas6305 Hey there buddy! have you found the solution for that? I also want to do that type of thing in my project.
@@ujwalakadam2049 bro I did use third party API back then because of SMTP issues.
Getting timeout error
Anybody got a fix??
Wich email server username and password we have to put in MAIL_USERNAME and MAIL_PASSWORD
when i put sender = some@email.com it is still send from the email defined in the config - why? what is the sender field there for when it doesnt work
I know this is a little late, but did you do msg.sender = "whatever"?
Hope u changed that password. It's visible...
Yeah, I don't use that password.
i am getting the error
OSError
OSError: Int or String expected:
how to find mail server
smtplib.SMTPNotSupportedError
smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported by server.
Flask, Flask, Flask ... It seems to me, that nearly every new video is about Flask. Has Django been killed? :(
becouse Flask is amazing (:
Django is very much. I'll cover it more in the future.
l always get is error , reply: b'535-5.7.8 Username and Password not accepted. Learn more at
'
sir I got this Error: smtplib.SMTPServerDisconnected
smtplib.SMTPServerDisconnected: Connection unexpectedly closed. Please resolve it