Skip to content
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

It takes very long for smtp.exmail.qq.com to return if credentials are incorrect. #1181

Closed
reasonerjt opened this issue Nov 29, 2016 · 2 comments
Assignees
Labels
dependency/external The issues that has external dependency, such as libraries, upstream OSS projects kind/bug priority/low

Comments

@reasonerjt
Copy link
Contributor

reasonerjt commented Nov 29, 2016

With current code if the mail server is set to
host: smtp.exmail.qq.com
port: 465
ssl: true

And when the credential is incorrect, the function sendMailWithTLS takes 1 minute to return.

Per investigation seems smtp package does not work very well with this mail server.
An issue has been opened to golang to track:
golang/go#18094

We don't plan to hack go's library to workaround this issue at least for 0.5.0.

@reasonerjt reasonerjt self-assigned this Nov 29, 2016
@frankli0614
Copy link

@reasonerjt the port should be 465.

@reasonerjt
Copy link
Contributor Author

thanks @frankli0614

@reasonerjt reasonerjt added dependency/external The issues that has external dependency, such as libraries, upstream OSS projects priority/low kind/bug labels May 25, 2017
@ghost ghost closed this as completed Aug 17, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency/external The issues that has external dependency, such as libraries, upstream OSS projects kind/bug priority/low
Projects
None yet
Development

No branches or pull requests

2 participants