Trait lettre::EmailTransport [] [src]

pub trait EmailTransport<'a, U: Read + 'a, V> {
    fn send<T: SendableEmail<'a, U> + 'a>(&mut self, email: &'a T) -> V;
}

Transport method for emails

Required Methods

Sends the email

Implementors