Type Definition lettre::smtp::error::SmtpResult [] [src]

type SmtpResult = Result<Response, Error>;

SMTP result type

Trait Implementations

impl<'a, T: Read + 'a> EmailTransport<'a, T, SmtpResult> for SmtpTransport
[src]

[src]

Sends an email