• I wanted to remind/notify users when it’s a due-date for something.
    When the user wants to get notified of something on a specific date & time, my website should be able to automatically notify the user.
    Is there anyways to make it possible?

    • This topic was modified 5 years, 11 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    You can schedule a recurring event that determines whose due date is near and sends any users found a reminder email.
    https://developer.wordpress.org/reference/functions/wp_schedule_event/

    You’ll want some mechanism to track who had been notified to avoid repeated notifications (unless you really want to nag 🙂 ) Checking for due dates only within a certain range will likely suffice, but I fear edge cases may not always work correctly. I’d be inclined to keep a special field for the purpose to ensure proper behavior.

    Thread Starter austinjoseandrew

    (@austinjoseandrew)

    Is there a plugin which lets my customers to set their reminders and I can edit the response email?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reminder/Due-date notifications’ is closed to new replies.