• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Cron] User Confirmation Reminder

Benjy

Well-known member
Hi,

This may have been already proposed but I didn't find it, so here is a new cron entry that allows you to send weekly user confirmation reminders to all your "awaiting confirmation" users.
  1. Unpack the zip file into your forum root, you should have this file:
    /forumroot/library/CodeInMotion/CronEntry/UserConfirmation.php
  2. Go into your Admin CP > Tools > Cron Tasks
  3. Create a new Cron Task with the following details:
    ID: cimSendConfirmations
    Title: Send User Confirmation Reminders
    Class: CodeInMotion_CronEntry_UserConfirmation
    Method: sendUserConfirmations
    Execution type: my setting is every sunday at 6AM (don't set it too often and keep in mind that the cron won't send an email to users registered in the last 24 hours)
    Active: checked
That's it!
 

Attachments

Top Bottom