Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
marse7 wrote: Not sure if this is connected to the issue of the mailers or not in this thread but I did just process some notifications manually using the link to process mailer rules (116 identified, all but 57 were left in the mail queue after I also then processed the queue using the 2nd link. It looks like the other mailers (I have 4 total) were queued but not mailed.
When I try to send those 57 (all are reminders of a future expiration) I get a message that says there is no mail to be sent.
So all mailers are being processed (as far as I can tell) but only one mailer (Expiration) is sent from the mailer queue. All the emails not being processed are from currently Active subscriptions.
Please see screenshots.
Thanks,
Mark
Please Log in or Create an account to join the conversation.
autobahn wrote: Looks like it's date ranges in our case...
SELECTÂ * FROM `xxx_cbsubs_subscriptions` AS m WHERE (m.`expiry_date` <= '2016-02-13 14:51:18') AND (m.`expiry_date` >= '2016-02-28 14:51:18') AND m.`plan_id` = 3 AND m.`status` = 'A' ORDER BY m.`id` DESC
Expiry date can't be both on or before 13th February AND on or after 28th February
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.