Struct lettre::SimpleSendableEmail [] [src]

pub struct SimpleSendableEmail { /* fields omitted */ }

Minimal email structure

Methods

impl SimpleSendableEmail
[src]

[src]

Returns a new email

[src]

Returns a new email from a valid envelope

Trait Implementations

impl Debug for SimpleSendableEmail
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SimpleSendableEmail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> SendableEmail<'a, &'a [u8]> for SimpleSendableEmail
[src]

[src]

Envelope

[src]

Message ID, used for logging

[src]

Message content

Auto Trait Implementations