Please Log in or Create an account to join the conversation.
Yes, you'd use URL 3. However I am unsure how you're going to add a delay to it. You could use the CBSubs URL to trigger a GET request on the mailer URL after every active subscription. This won't have a 5 minute delay, but it'd process the queue everytime a user subscribed.Now, hopefully last question... I want this mailer to send automatically 5 minutes after each new subscriber has subscribed. Will URL 3 do this? Obviously I shouldn't have to trigger this manually...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's the entire purpose of CRON.There has to be a way to trigger these automatically.
It's not going to send exactly 5 minutes after. Your daily CRON will process the queue daily and send emails daily. If you need to send an email to a user that early after subscribing you should use the Presentation tab emails or CBSubs Emails and just send an email when they immediately become active.I can set up a cron job via my host for daily - but it doesn't allow me to send it 5 minutes after..
Please Log in or Create an account to join the conversation.