-
Notifications
You must be signed in to change notification settings - Fork 18k
net/smtp: func Rcpt buries SMTP response code #8564
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
Comments
It is still the case today (Go 1.8) that the According to RFC 5321, the RCPT command can return one of these codes: Success: 250, 251 Error: 550, 551, 552, 553, 450, 451, 452, 503, 455, 555 As If we wanted to make the response code available to callers, I wonder if adding a field to the Would adding such a field constitute a feature? I see a comment in |
Yeah, frozen also means we don't have the bandwidth to maintain this or even review code. I recommend you find & contribute to one of the existing smtp forks on Github, or start your own. I'm going to close this since the package is frozen as of Go 1.8. Sorry. |
by czaries:
The text was updated successfully, but these errors were encountered: