Trait lettre::SendableEmail [] [src]

pub trait SendableEmail<'a, T: Read + 'a> {
    fn envelope(&self) -> Envelope;
fn message_id(&self) -> String;
fn message(&'a self) -> Box<T>; }

Email sendable by an SMTP client

Required Methods

Envelope

Message ID, used for logging

Message content

Implementors