You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually remote SMTP servers return a successful 250 code with an informative message, e.g. Queued %messageID%
Unfortunately current implementation doesn't allow to intercept this response, though it's required for message tracking and monitoring.
Usually remote SMTP servers return a successful 250 code with an informative message, e.g.
Queued %messageID%
Unfortunately current implementation doesn't allow to intercept this response, though it's required for message tracking and monitoring.
go-smtp/client.go
Lines 460 to 467 in 608f3c2
The text was updated successfully, but these errors were encountered: