mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +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
|
||||
$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() {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user