-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example not working? #8
Comments
Hi @abdelouahabb, are you running in a Windows environment? I've had similar problems using Windows... |
yes, i'm on windows, is this due to TCP stack? because other smtp examples (using python library) worked (by using gmail smtp of course) |
this is what i used, and it worked: import smtplib def send_email(client, link, pin): |
Yeah, I also had the same error with Windows. We should review the code and fix this. |
thank you very much 👍 |
any news? |
hello
just run the example and it exits without any results, put the email and no clue!
The text was updated successfully, but these errors were encountered: