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",
|
||||
"-f",
|
||||
&email.from().to_string(),
|
||||
"--",
|
||||
&to_addresses.join(" "),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user