Crate spring_mail

Source
Expand description

spring-rs

Modules§

config
header
Headers widely used in email messages

Structs§

Attachment
SinglePart builder for attachments
Body
A Message or SinglePart body that has already been encoded.
MailPlugin
Mailbox
Represents an email address with an optional name for the sender/recipient.
Mailboxes
Represents a sequence of Mailbox instances.
Message
Email message which can be formatted
MessageBuilder
A builder for messages
MultiPart
Multipart variant with parts
MultiPartBuilder
Multipart builder
Response
Contains an SMTP reply, with separated code and message
SinglePart
Single part
SinglePartBuilder
Creates builder for single part

Enums§

Mailer
MaybeString
Either a Vec<u8> or a String.
MultiPartKind
The kind of multipart

Traits§

AsyncTransport
Async Transport method for emails
IntoBody
A trait for something that takes an encoded Body.

Type Aliases§

StubMailerTransport
TokioMailerTransport