Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #42085
    Diego PérezDiego Pérez
    Moderator

    Hi Peter!

    I just found a typo in your code, that should be the error. Here you wrote: server = smtplib.SMTP(“smpt.gmail.com”, 587)
    but the server name should be smtp.gmail.com,

    Let me know how it goes!
    Diego

    #42092
    Peter Queen
    Participant

    Hi Diego!

    Well spotted! 16 posts for a typo !! It works perfectly, thanks a lot!

    #42241
    Diego PérezDiego Pérez
    Moderator

    Hi Peter!
    Yeah, it looks like it was correct, sorry that I take that long to spot it.

    Cool you got it!
    Diego

    #42247
    Peter Queen
    Participant

    Hi Diego!

    no need to be sorry! You spotted it and now it’s working. I learn a lot from this kind of mistakes.

    Thanks again

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.