fix(transport-sendmail): Stop argument parsing before destination addresses
This commit is contained in:
@@ -52,6 +52,7 @@ impl<'a, T: Read + 'a> EmailTransport<'a, T, SendmailResult> for SendmailTranspo
|
|||||||
"-i",
|
"-i",
|
||||||
"-f",
|
"-f",
|
||||||
&email.from().to_string(),
|
&email.from().to_string(),
|
||||||
|
"--",
|
||||||
&to_addresses.join(" "),
|
&to_addresses.join(" "),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user