pub fn run_sendmail(
bytes: &[u8],
configured: Option<&str>,
rcpts: Option<&[String]>,
) -> Result<()>Expand description
With rcpts the addresses go on the command line (a bounce keeps
its Resent-To out of -t’s reach); otherwise -t reads To/Cc/Bcc.