Implement Clone for SendmailTransport
This commit is contained in:
committed by
Alexis Mousset
parent
d2912a3e3f
commit
e5460c4ba1
@@ -80,7 +80,7 @@ mod error;
|
||||
const DEFAUT_SENDMAIL: &str = "/usr/sbin/sendmail";
|
||||
|
||||
/// Sends an email using the `sendmail` command
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub struct SendmailTransport {
|
||||
command: OsString,
|
||||
|
||||
Reference in New Issue
Block a user