go-smtp
go-smtp copied to clipboard
📤 An SMTP client & server library written in Go
Background I am currently using the Extension method to check if the server supports the XCLIENT extension. However, I would like to know how to issue the XCLIENT command using...
Expose a new set of functions to create a client with custom options.
We would like to improve our monitoring and error handling, especially for those cases which do not reach the backend session. For example, we would like to expose the number...
This was originally added to the `README.md` in #222, but was lost when the examples were removed from there. Re-add it so that it's clearer that this library doesn't enforce...
@emersion Bring this discusion back from IRC, what way do you think we can add observalibity of the on the on-wire responses that the go-smtp server is sending? What do...
RFC 5321 Section [4.1.4](https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.4) states that > An EHLO command MAY be issued by a client later in the session. If it is issued after the session begins and the...
It's about time we declare a stable v1 API. We should decide on the few things we might want to change before stabilization, and then do the thing.
#264 Sendmail displays the version number and then has comprehensive help designed by topic. [chasquid](https://github.com/albertito/chasquid/blob/a1b6821ce12acbaed40c902763b715cf7f691666/internal/smtpsrv/conn.go#L396) Returns 214, 2.0.0 Hoy por ti, mañana por mi google translates to "Today I help...