Using Flask-Mail to Send Emails in Flask

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 44

  • @prettyprinted
    @prettyprinted  4 роки тому +1

    Join my free course on the basics of Flask-SQLAlchemy: prettyprinted.com/flasksql

  • @mussta6784
    @mussta6784 4 роки тому +2

    There aren't too many good flask tutorials around, so I appreciate your videos. Thanks for your hard work!

    • @prettyprinted
      @prettyprinted  4 роки тому +1

      You're welcome! Thanks for watching.

  • @tpz1474
    @tpz1474 4 роки тому +1

    Hi Anthony, I'm just delving into the world of Flask, and you've helped so much with your various videos!

  • @anneest
    @anneest 5 років тому +4

    Thanks a lot Anthony, I was stuck with my contact form in Flask and watching your tutorial definitely helped me solve it! :-)

    • @prettyprinted
      @prettyprinted  5 років тому +1

      I'm glad I could help! Thanks for watching.

  • @morezasharifi1482
    @morezasharifi1482 4 роки тому

    One of the best videos. Well-explained and entirely easy to understand the concept. I love your channel.

  • @filipmucha94
    @filipmucha94 5 років тому +3

    Great stuff dude, loving your flask tutorials!

  • @aspiretoinspire3713
    @aspiretoinspire3713 3 роки тому

    Another high quality tutorial thank you!
    You should have done a sponsorship deal with ExpressVPN haha. Stay Safe Anthony

  • @regbarnard2866
    @regbarnard2866 5 років тому

    Thanks Antony another great video with a clear explanation, Cheers

    • @prettyprinted
      @prettyprinted  5 років тому

      You're welcome! Thanks for watching.

  • @ganeshkumar-ye4zq
    @ganeshkumar-ye4zq 4 роки тому

    I got hit with the cookies from other websites! lol ;). Best video for smtp with flask. Thanks!

  • @ddfgrtsd
    @ddfgrtsd 4 роки тому

    Thanks! This was a really good one!

  • @rohitvishwakarma2871
    @rohitvishwakarma2871 4 роки тому +1

    i have deployed my app on pythonanywhere. This works fine for localhost but gives internal error on pythonanywhere. Any suggestions?

  • @mostmojo
    @mostmojo 3 роки тому

    Legend!

  • @lianyan1412
    @lianyan1412 4 роки тому

    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?

  • @gatolinux0
    @gatolinux0 4 роки тому

    Have you configure DKIM with Flask-Mail ? It seems that emails get into your spam.

  • @mariyamelshrief6474
    @mariyamelshrief6474 5 років тому

    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 ?

  • @MD-kj2fh
    @MD-kj2fh 5 років тому

    Hi there how do I find my MX records on flaskmail?

  • @freakingelzi2030
    @freakingelzi2030 Рік тому

    Great! But gmail won't work any more since May 2022 - google blocked this kinds of connections.

  • @avishekdattaray2065
    @avishekdattaray2065 4 роки тому +1

    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

    • @haseebabbas6305
      @haseebabbas6305 4 роки тому

      Hey there buddy! have you found the solution for that? I also want to do that type of thing in my project.

    • @ujwalakadam2049
      @ujwalakadam2049 2 роки тому

      Hey there! have you found the solution for that? I also want to do that type of thing in my project.

    • @ujwalakadam2049
      @ujwalakadam2049 2 роки тому

      @@haseebabbas6305 Hey there buddy! have you found the solution for that? I also want to do that type of thing in my project.

    • @haseebabbas6305
      @haseebabbas6305 2 роки тому

      @@ujwalakadam2049 bro I did use third party API back then because of SMTP issues.

  • @steamaccount2276
    @steamaccount2276 3 роки тому

    Getting timeout error
    Anybody got a fix??

  • @talaliqbal4223
    @talaliqbal4223 3 роки тому

    Wich email server username and password we have to put in MAIL_USERNAME and MAIL_PASSWORD

  • @lukashk.1770
    @lukashk.1770 4 роки тому

    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

    • @underpaiddev345
      @underpaiddev345 4 роки тому

      I know this is a little late, but did you do msg.sender = "whatever"?

  • @leustad
    @leustad 5 років тому +2

    Hope u changed that password. It's visible...

  • @danishkhann820
    @danishkhann820 3 роки тому

    i am getting the error
    OSError
    OSError: Int or String expected:

  • @myworld-qx2qw
    @myworld-qx2qw 2 роки тому

    how to find mail server

  • @Sarv9208
    @Sarv9208 4 роки тому +1

    smtplib.SMTPNotSupportedError
    smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported by server.

  • @jonathanwarner2420
    @jonathanwarner2420 5 років тому +5

    Flask, Flask, Flask ... It seems to me, that nearly every new video is about Flask. Has Django been killed? :(

  • @birindwagrace3287
    @birindwagrace3287 4 роки тому

    l always get is error , reply: b'535-5.7.8 Username and Password not accepted. Learn more at
    '

  • @Viratkohli-pt5pu
    @Viratkohli-pt5pu 2 роки тому

    sir I got this Error: smtplib.SMTPServerDisconnected
    smtplib.SMTPServerDisconnected: Connection unexpectedly closed. Please resolve it