async fn insert_into_smtp( context: &Context, rfc724_mid: &str, recipient: &str, rendered_message: String, msg_id: MsgId, ) -> Result<(), Error>