Merge pull request #2300 from luisfernandosl/BUG-14273

BUG 14273 "Error al ejecutar los eventos con..." SOLVED
This commit is contained in:
julceslauhub
2014-03-21 15:24:13 -03:00

View File

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