email
email copied to clipboard
tls: first record does not look like a TLS handshake
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
Try to use the new SendWithStartTLS
method which will use StartTLS instead of a TLS connection #87