Hi there
I’m so confused with how the Cron Send Email plugin is supposed to work. I’m using it with the other first-party plugin called Cron, as it is supposed to.
Why does Cron Send Email claim to allow you to schedule the sending of emails, when it only sends emails when the template it is on is visited? Doesn’t seem that the time parameters has any function at all?
{exp:cron
plugin="cron_email"
year="*"
month="*"
day="*"
hour="*"
minute="00,10,20,30,40,50"
to="[email protected]"
subject="My Subject"
}
Content to be send by email.
{/exp:cron}*** MODERATOR UPDATE - ADDED CODE TAGS
For testing purposes I have set the parameters to send an email every 10 minutes.
Maybe I’m wrong about something here, but I think think the Cron Send Email plugin claims to do something it doesn’t do, and if that is the case, please change the plugin information text to something more correct.