Crate rsmtp

source ·
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

  • The client module contains things needed to build an SMTP client, but useless for an SMTP server.
  • The common module contains things that can be used by both an SMTP server and an SMTP client.
  • The server module contains things needed to build an SMTP server, but useless for an SMTP client.