mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-01 19:10:23 +02:00
Ticket send mail with signature
This commit is contained in:
parent
6a41075086
commit
18dde9387e
@ -649,6 +649,8 @@ class Ticket {
|
|||||||
$cc = null;
|
$cc = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// function MailSend($from,$from_name,$to,$to_name,$betreff,$text,$files="",$projekt="",$signature=true,$cc="",$bcc="", $system = false)
|
||||||
|
|
||||||
if (
|
if (
|
||||||
$this->app->erp->MailSend(
|
$this->app->erp->MailSend(
|
||||||
$drafted_messages[0]['mail_replyto'],
|
$drafted_messages[0]['mail_replyto'],
|
||||||
@ -658,7 +660,8 @@ class Ticket {
|
|||||||
$drafted_messages[0]['betreff'],
|
$drafted_messages[0]['betreff'],
|
||||||
$drafted_messages[0]['text'],
|
$drafted_messages[0]['text'],
|
||||||
$files,
|
$files,
|
||||||
0,false,
|
0,
|
||||||
|
true,
|
||||||
$cc,
|
$cc,
|
||||||
'',
|
'',
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user