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

tls: first record does not look like a TLS handshake #112

Open
watercraft opened this issue May 14, 2020 · 1 comment
Open

tls: first record does not look like a TLS handshake #112

watercraft opened this issue May 14, 2020 · 1 comment

Comments

@watercraft
Copy link

Got "tls: first record does not look like a TLS handshake" trying to use SendWithTLS()
My solution was to use net.Dial() instead of tls.Dial() inside this function.
See my fork watercraft/email

@Fank
Copy link
Contributor

Fank commented Jun 2, 2020

Try to use the new SendWithStartTLS method which will use StartTLS instead of a TLS connection #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants