Crate lettre_email [] [src]

Lettre is a mailer written in Rust. lettre_email provides a simple email builder.

Modules

error

Error and result type for emails

Structs

Email

Simple email representation

EmailBuilder

Builds an Email structure

Header

Represents an RFC 822 Header [unstable]

Mailbox

Represents an RFC 5322 mailbox

MimeMessage

Represents a MIME message [unstable]

PartBuilder

Builds a MimeMessage structure

SimpleEmail

Simple representation of an email, useful for some transports

Enums

Address

Represents an RFC 5322 Address

MimeMultipartType

Marks the type of a multipart message

Traits

ExtractableEmail

Email sendable by any type of client, giving access to all fields

IntoEmail

Can be transformed to a sendable email

IntoHeader

Converts an address or an address with an alias to a Header

IntoMailbox

Converts an address or an address with an alias to a Mailbox