https://github.com/golang/go/blob/master/src/net/smtp/smtp.go#L256 `c.cmd(25, "RCPT TO:<%s>", to)` I guess it must be 250, but not 25. Am I right?
https://github.com/golang/go/blob/master/src/net/smtp/smtp.go#L256
c.cmd(25, "RCPT TO:<%s>", to)I guess it must be 250, but not 25. Am I right?