finch
finch copied to clipboard
Mailer Error
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