Please Log in or Create an account to join the conversation.
That looks correct.I realized I forgot to add the 3rs part of the condition "Condition 1 (> for Dates)" A=B - Does this look correct?
Please Log in or Create an account to join the conversation.
In my case I have set up the mailer to send an email to those who paid offline. Does the 'once per day mean' that if the cron fired already, and someone sign up after, won't get the email until the cron fires the next day? If so, and I set the cron to fire more frequently, it shouldn't cause any sire performance issues will it? ( I prefer people receive emails almost as soon as they sign up.)"Url of cron task to both process mailer rules into queue and then to process mailqueue" once per day."
Please Log in or Create an account to join the conversation.
Yes, typically it's best to run the CRON late at night when hardly anyone is on. Do this every day and the largest time gap someone could have is 24hrs for their email to be sent.Does the 'once per day mean' that if the cron fired already, and someone sign up after, won't get the email until the cron fires the next day
It can cause performance issues. It takes server resources to parse through your users and build an eligible list of recipients. It's recommended to run the CRON tasks during times of low activity. If you need to run it multiple times per day, which I do not recommend, then try to run it on low activity times.If so, and I set the cron to fire more frequently, it shouldn't cause any sire performance issues will it?
Then you shouldn't be using CBSubs Mailer for that. You should be sending the email immediately with something like CBSubs Emails, the presentation tab emails, or CB Auto Actions and its Email action.( I prefer people receive emails almost as soon as they sign up.)
Please Log in or Create an account to join the conversation.
Oh, how did I miss those? The only thing though is I only wanted a specific email to go to those that paid offline. The email was basically a targeted welcome message along with further instructions on how and when to pay.Then you shouldn't be using CBSubs Mailer for that. You should be sending the email immediately with something like CBSubs Emails, the presentation tab emails, or CB Auto Actions and its Email action.
Please Log in or Create an account to join the conversation.
No, offline payments have a different workflow than regular payment gateways. They don't go to a thank you page like other payment gateways.Question: For the on-screen message set up under "Thank-you text (payment pending", will this only show up for off-line?
No, the thank you text is shown after making a payment through a gateway that accepts payments. Offline gateway is an exception to this and does not go to a thank you page and instead just goes to the payment slip page.If I set the global registration up to have users confirm their emails before activating accounts (even those that pay by credit card), would this message show up for them to?
You shouldn't need to. The pending payment email configured under the presentation tab should cover your usage fine.I'll also explore AutoActions to see some other possibilities too. I'm not clear on where I configure CBSubs Email - or is that the "engine' that runs the email sending?
Please Log in or Create an account to join the conversation.