pub type SmtpResult = Result<Response, Error>;
SMTP result type
pub enum SmtpResult { Ok(Response), Err(Error), }
Contains the success value
Contains the error value