Got a couple of quick questions regarding the mass email.
1. Is there a way to trigger emails to go immediately and bypass the cron? As of now I went and commented out the code in the cron.php that will allow me to trigger the cron by just hitting the URL but I wasn't sure if an immediate send option existed or if it was all done via scheduling and always required the cron.
2. Can you trigger immediate auto send emails by some condition changes in a record? So for example. You set a list and campaign to send a specific email template and you set a criteria of the list by a certain status and date. So if a record is updated to that specific status and date can an email auto go?
Thank you
1. Is there a way to trigger emails to go immediately and bypass the cron? As of now I went and commented out the code in the cron.php that will allow me to trigger the cron by just hitting the URL but I wasn't sure if an immediate send option existed or if it was all done via scheduling and always required the cron.
2. Can you trigger immediate auto send emails by some condition changes in a record? So for example. You set a list and campaign to send a specific email template and you set a criteria of the list by a certain status and date. So if a record is updated to that specific status and date can an email auto go?
Thank you
Comment