mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Inbound fax send domain_uuid to the email queue
Needed to get per domain smtp settings
This commit is contained in:
@@ -519,7 +519,7 @@ if (!function_exists('fax_split_dtmf')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//send the email
|
//send the email
|
||||||
$email = new email;
|
$email = new email(["domain_uuid" => $domain_uuid]);
|
||||||
$email->recipients = $fax_email;
|
$email->recipients = $fax_email;
|
||||||
$email->subject = $email_subject;
|
$email->subject = $email_subject;
|
||||||
$email->body = $email_body;
|
$email->body = $email_body;
|
||||||
|
|||||||
Reference in New Issue
Block a user