> For the complete documentation index, see [llms.txt](https://docs.pixeleyes.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/bonus-points-and-loyalty-program-for-shopware-6/plugin-configuration/review-reminder.md).

# review reminder

The plugin can automatically remind customers by email about a pending product review and point out the bonus points.

## Enable review reminder

Turns on the automatic email dispatch.

* **Default:** Disabled
* Requires a running Shopware scheduled task (`bin/console scheduled-task:run`)

## Days until the reminder

Number of days after the order until the reminder email is sent.

* **Default:** 14

## Sender name

Name that appears as the sender in the reminder email.

* **Default:** `My Shop`

## Sender email address

Email address from which the reminder is sent.

* **Default:** `noreply@myshop.com`

## Email subject

Subject line of the reminder email. The following placeholders are available:

| Placeholder      | Description           |
| ---------------- | --------------------- |
| `{orderNumber}`  | Order number          |
| `{customerName}` | Customer's first name |

* **Default:** `How was your order {orderNumber}? Review now and collect points!`
