diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 50e3f282ac..b92322a452 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -519,7 +519,7 @@ if (!function_exists('fax_split_dtmf')) { } //send the email - $email = new email; + $email = new email(["domain_uuid" => $domain_uuid]); $email->recipients = $fax_email; $email->subject = $email_subject; $email->body = $email_body; @@ -588,4 +588,4 @@ function shutdown() { } } -?> \ No newline at end of file +?>