This topic has 18 replies, 2 voices, and was last updated 5 years, 1 month ago by Peter Queen.Viewing 4 posts - 16 through 19 (of 19 total)← 1 2AuthorPosts July 15, 2020 at 3:30 am #42085 Diego PérezParticipantHi 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 July 15, 2020 at 7:11 am #42092 Peter QueenParticipantHi Diego!Well spotted! 16 posts for a typo !! It works perfectly, thanks a lot! July 16, 2020 at 4:06 am #42241 Diego PérezParticipantHi Peter! Yeah, it looks like it was correct, sorry that I take that long to spot it.Cool you got it! Diego July 16, 2020 at 6:20 am #42247 Peter QueenParticipantHi 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 AuthorPosts Viewing 4 posts - 16 through 19 (of 19 total)← 1 2 You must be logged in to reply to this topic.