¡Hola, amigos! I’m Señor FAQ, the mustached maestro of questions and answers! With my trusty glasses and a book of endless wisdom, I turn dudas into solutions. Soy el héroe de los curiosos and the champion of clarity.
JScms uses a cron job to automatically process and send queued emails in the background. Setting up the cron job ensures that all pending emails are delivered without manual intervention.
The cron job script is located at: cron/emails.php
.
The recommended interval is every 5 minutes to ensure timely email delivery.
*/5 * * * * php /path/to/your/jscms/cron/emails.php
Replace /path/to/your/jscms
with the absolute path to your JScms installation directory.