# Reminder

Go to **WooCommerce >> Settings >> Booking & Rental >> Reminder**

<figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FyWGXCGRBjMAYWabz3iI7%2Fgeneral-settings-brw-woocommerce-booking-rental-plugin-14.png?alt=media&#x26;token=f9fc45cd-b050-4b10-a340-0251a0445ac7" alt=""><figcaption></figcaption></figure>

This feature helps you send automatically an email to customers to remind them about pick-up date ( check-in date )

Settings you can make:

* **Enable/Disable sent email to customers**
* **Set  X days before Check-in date** ( **pick-up date** ) that the reminder will be sent
* Set " **Send a recurring email every X seconds after the initial one "**
* **Customize email content**: \
  You can customize email content by filter hook: ovabrw\_reminder\_content\_mail. For example:

```
apply_filters( 'ovabrw_reminder_content_mail', 'You have hired a vehicle: [ovabrw_vehicle_name] at [ovabrw_order_pickup_date]' , $order );
```
