Skip to content
Discussion options

You must be logged in to vote

Hi @liuzhenqiuyyds,

the issue you are seeing is not a go-mail issue but is a common issue with the qq.com mail provider (and some other Chinese providers that use the same mail server software). Their mailserver does not conform with the SMTP RFC by sending binary junk before issuing the response to the "QUIT" command, which confuses go-mail which expects the server to respond with the RFC-compliant response.

This has been discussed already and a workaround has been provided here: #463 (comment)

There is also an open issue (#464) in which we will provide a method to catch these errors much better. It will likely be part of the next go-mail release.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@liuzhenqiuyyds
Comment options

Answer selected by wneessen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants