Hello there,
Pages no longer seem to be sending emails out when expiring. Unsure if this is a regression or not after updating the plugin.
- Enable Email Notification? is enabled.
- Who to notify is set.
We have tried to set individual Post Type emails as well without luck.
Steps:
- “Enable Post Expiration” on a page.
2. Set to 1 minute into the future and set to draft.
Result:
Page is set to draft, but no emails are sent.
From the logs, we can see no email is going out:
DEBUG: 8103 -> CRON EVENT SCHEDULED at Tue, 14 Mar 2023 16:30:00 -0600 (1678833000) with options Array ( [expireType] => draft [id] => 8103 ) , no errors found
DEBUG: 8103 -> PROCESSED Array ( [expireType] => draft [category] => Array ( ) [categoryTaxonomy] => [enabled] => 1 [date] => 1678833000 )
In the past, we can see logs that have:
DEBUG: 8103 -> SENDING EMAIL TO (…)
DEBUG: 8103 -> EXPIRATION EMAIL SENT (…)
But these are no longer present after cron is processed.
WordPress and all plugins are up-to-date.