Inbound fax send domain_uuid to the email queue

Needed to get per domain smtp settings
This commit is contained in:
FusionPBX
2025-05-06 20:22:10 -06:00
committed by GitHub
parent 991d04e534
commit d8283c26ca

View File

@@ -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;