Function mailslurp::apis::email_controller_api::forward_email[][src]

pub async fn forward_email(
    configuration: &Configuration,
    params: ForwardEmailParams
) -> Result<(), Error<ForwardEmailError>>
Expand description

Forward an existing email to new recipients. The sender of the email will be the inbox that received the email you are forwarding. You can override the sender with the from option. Note you must have access to the from address in MailSlurp to use the override. For more control consider fetching the email and sending it a new using the send email endpoints.