Crate spring_mail
source ·Expand description
Modules§
- Headers widely used in email messages
Structs§
SinglePart
builder for attachments- A
Message
orSinglePart
body that has already been encoded. - Represents an email address with an optional name for the sender/recipient.
- Represents a sequence of
Mailbox
instances. - Email message which can be formatted
- A builder for messages
- Multipart variant with parts
- Multipart builder
- Contains an SMTP reply, with separated code and message
- Single part
- Creates builder for single part
Enums§
- Either a
Vec<u8>
or aString
. - The kind of multipart
Traits§
- Async Transport method for emails
- A trait for something that takes an encoded
Body
.