Un foro de discusión para nuestra comunidad de hispano hablante
#793596
Fardon, Puedes crear un proceso para rodear que ejecuta periodicamente un script task:
looparoundprocess.png
looparoundprocess.png (10.88 KiB) Viewed 3542 times
Debes setear el intermediate timer event para ejecutar cada vez que quieres mandar un email.

En el script task, utiliza este trigger:
Code: Select all
//if the file is located in the process's "Public Files" directory:
$aAttachments = array(PATH_DATA_PUBLIC . @@PROCESS . PATH_SEP . "myAttachment.png");
@@result = PMFSendMessage(@@APPLICATION, "admin@example.com", "to@example.com", "", "",
   "My Subject Line", "myTemplate.html",  array(), $aAttachments);
Configura tu servidor para executar el script timereventcron.php como una tarea de cron en Linux or Scheduled Task en Windows. Ver:
http://wiki.processmaker.com/3.1/Execut ... nux.2FUNIX
viewtopic.php?f=47&t=711115

Empeza un nuevo caso en tu proceso de rodeo y lo enrutea a la segunda tarea para que ejecute para siempre.
Most Useds NSF to PST Converter

MailsDaddy NSF to PST Converter is the best solu[…]

How to Convert OST to PST Format

Download the most effective solution MailsDaddy OS[…]

A variety of top-notch features are usually includ[…]

Integrating with popular wallets and payment proce[…]