finch icon indicating copy to clipboard operation
finch copied to clipboard

Mailer Error

Open HafeezRai opened this issue 4 years ago • 0 comments

Hi getting this error

error[E0277]: the trait bound lettre_email::Email: lettre::SendableEmail<'_, _> is not satisfied --> server/src/mailer/mod.rs:87:21 | 87 | self.0.send(&email).map_err(|e| Error::from(e)) | ^^^^^^ the trait lettre::SendableEmail<'_, _> is not implemented for lettre_email::Email

during compiling on mac

HafeezRai avatar Mar 19 '20 20:03 HafeezRai