Merge pull request #2300 from luisfernandosl/BUG-14273
BUG 14273 "Error al ejecutar los eventos con..." SOLVED
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Autogenerated by Processmaker Daemon System
|
||||
*
|
||||
*
|
||||
* Generic Send Message trigger
|
||||
* {timestamp}
|
||||
*/
|
||||
@@ -9,11 +9,11 @@ $sRecipientTO = "{TO}";
|
||||
$sRecipientCC = "{CC}";
|
||||
$sRecipientBCC = "{BCC}";
|
||||
|
||||
/*Composing the message using PMFgetUserEmailAddress() PM function*/
|
||||
/*Composing the message using PMFGetUserEmailAddress() PM function*/
|
||||
$from = '{from}';
|
||||
$to = PMFgetUserEmailAddress($sRecipientTO, @@APPLICATION);
|
||||
$cc = PMFgetUserEmailAddress($sRecipientCC, @@APPLICATION);
|
||||
$bcc = PMFgetUserEmailAddress($sRecipientBCC, @@APPLICATION);
|
||||
$to = PMFGetUserEmailAddress($sRecipientTO, @@APPLICATION);
|
||||
$cc = PMFGetUserEmailAddress($sRecipientCC, @@APPLICATION);
|
||||
$bcc = PMFGetUserEmailAddress($sRecipientBCC, @@APPLICATION);
|
||||
$subject = '{subject}';
|
||||
$template = '{template}';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user