{{Title}}
{{Message}}

<{Begin}> <{End}>
Product Name Total No of Emails
{{i+1}} {{product_name}} {{noofemail}}
<{page_loopstart}> [<{page}>] <{page_loopend}>

  • Automated Follow-up Emails of a product are follow up emails that are sent to members who purchase them.
  • Click on a Product Name to view follow up emails for that product.
  • Important NOTE: You need to set cron script in your server in order to avail this automated follow up emails.

    Steps to set up Cron
    a) Login to your server control panel and locate the CRON JOB link.
    b) Click 'Add new Cron Job' (or any other link that allows to add a new cron job. This differs based on the control panel used.)
    c) Add new cron job like this : "php /your_installation_path/cron.php" and set time so that it runs every 15 minutes.
    d) NOTE: The time setup should be something like this : 15 * * * * [ which means the script will run every 15 minutes ]