Expand description
Rustastic SMTP is meant to provide SMTP tools such as email address parsing utilities as well as a configurable SMTP server and client.
The goal is to eventually comply with the SMTP spec from RFC 5321.
Modulesยง
- client
- The
client
module contains things needed to build an SMTP client, but useless for an SMTP server. - common
- The
common
module contains things that can be used by both an SMTP server and an SMTP client. - server
- The
server
module contains things needed to build an SMTP server, but useless for an SMTP client.