Search code examples
expressionengine

Expressionengine cron email syntax error


I am using expression engine 2.4.0 . I have the plugin in a correct directory, but everytimeI put the sample code it give me an error

{exp:cron plugin="cron_email" day="23" minute="59" to="[email protected]" subject="Daily Email"}

Hello There!

{/exp:cron} 

The following tag has a syntax error:

{exp:cron}

Please correct the syntax in your template.

Am I doing anything wrong.Any help highly appreciated


Solution

  • You need to have both the Cron plugin and the Cron Send Email plugin installed.