Delayed triggered emails

Any chance we could get the option to delay triggered emails just like we can with automated emails ?

1 Like

I wish to reproduce what I could do with Mailchimp, and that is a priority: sending a series of emails. One easy way would be that when the visitor visits a specific page, it triggers sending the address of the next page. This could be done also if users click a button for getting the next page link emailed to them. But to maintain the delay before sending, we could log where the user is at in a table, then have a cron (a regular automated task) that scans the table and send the next step to each user in a marketing process. It is more complicated (I mean, for me to learn how to do that in code), but memory wise, it would not need to accumulate 2-3 days of emails to be sent in a waiting stack.