email icon indicating copy to clipboard operation
email copied to clipboard

tls: first record does not look like a TLS handshake

Open watercraft opened this issue 4 years ago • 1 comments

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

watercraft avatar May 14 '20 21:05 watercraft

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

Fank avatar Jun 02 '20 12:06 Fank