--- alias: user-guide-send-task-reminder description: "This documentation details sending task reminders to task owners via email and notifications" --- # Send Task Reminder :lock: Task.**SendReminder** ## Overview This operation is used to send a **Task** reminder for the *Owner* of the Task. The reminder is sent as an email; and in case that the *notifications* module is licensed in the system, a **Notification** is sent, as well. ## Setup * For sending **Notifications** it is necessary to specify the following configuration entries: * `/Cmf/System/Configuration/Task/NotificationType` - defines the type to be used when creating a **Task** **Notification**. * `/Cmf/System/Configuration/Task/NotificationSeverity` - defines the severity to be used when creating a **Task** **Notification**. * `/Cmf/System/Configuration/Task/RemindersCheckInterval` - defines the interval (in seconds) used by the system to check whether reminders need to be sent for any given **Task**. ## Preconditions * The **Task** must be *Active*. * The **Task** must be in the state *Released* or *In Progress*. * The current user must be the *Owner* of the **Task**. ## Sequence of Steps ### Step 1 1. Review the **Task** information. 2. Press the **Send** button to complete the operation. ![Send_Task_Reminder] [Send_Task_Reminder]: images/Send_Task_Reminder.png