How a mailing can be created and sent immediately?
Posted: Thu Apr 09, 2009 9:12 pm
Hi all,
I am using EMM WEB services, by SOAP interface, and the http://enarion.net/programming/php/openemm/ PHP class wrapper.
After having scheduled a new mailing, it normally takes 15 minutes (or even more) to be actually delivered, despite the sending date-time (due to the OpenEMM internal job scheduling policy). This holds also for mailing with only 1 recipient because mailings can be sent only when mailgun component runs, and this happens every 15 minutes (deduced by log analysis).
My question is: how to reduce this periodic schedule of the main process (ruler? or mailgun? or something like that) which is responsible for scanning and sending a mailing (or test mailing), so that it can be immediately generated and delivered?
Is it possible to change this period? How that can be done?
By using the WEB Front-end pages a test mailing can be sent immediately: this is what I am still trying to get, by using PHP, but sending group 'T' in sendMailing() seems not working as I supposed.
Thank you for your support.
Regards
I am using EMM WEB services, by SOAP interface, and the http://enarion.net/programming/php/openemm/ PHP class wrapper.
After having scheduled a new mailing, it normally takes 15 minutes (or even more) to be actually delivered, despite the sending date-time (due to the OpenEMM internal job scheduling policy). This holds also for mailing with only 1 recipient because mailings can be sent only when mailgun component runs, and this happens every 15 minutes (deduced by log analysis).
My question is: how to reduce this periodic schedule of the main process (ruler? or mailgun? or something like that) which is responsible for scanning and sending a mailing (or test mailing), so that it can be immediately generated and delivered?
Is it possible to change this period? How that can be done?
By using the WEB Front-end pages a test mailing can be sent immediately: this is what I am still trying to get, by using PHP, but sending group 'T' in sendMailing() seems not working as I supposed.
Thank you for your support.
Regards