Configure email reminders

Email reminder rules can be sent at regular intervals by the minute, hour, or day. The configuration determines how many emails are sent in a batch, and the store identity that appears as the sender of the message.

  1. On the Admin sidebar, go to Stores > Settings > Configuration.

  2. In the left panel, expand Customers and choose Promotions.

  3. Expand Expansion selector the Automated Email Reminder Rules section and do the following:

    Customers configuration - automated email reminder rules

    • Set Enable Reminder Emails to Yes.

    • To set how often to run checks for new customers who qualify automated email reminders, set Frequency to one of the following:

      • Minute Intervals
      • Hourly
      • Daily
    • Set the appropriate Interval, based on the Frequency setting.

    • Set Start Time to the hour, minute, and second the email is sent, based on a 24-hour clock.

    • To limit the number of emails that can be sent in a batch, enter the number in the Maximum Emails per One Run field.

    • To avoid repeated attempts to send failed email, enter the maximum number of attempts in the Email Send Failure Threshold field.

    • Set Reminder Email Sender to the store contact that appears as the sender of the reminder email.

    For a detailed list of these options, see Automated Email Reminder Rules in the Configuration Reference.

  4. When complete, click Save Config.

Email reminder templates

The default email reminder template can be customized, and additional templates created for different promotions. Email reminders have a selection of specific variables that can be incorporated into the message. The information in these variables is determined by the email reminder rule that you set up, and by the cart price rule that is associated with the coupon. The Insert Variable button can be used to insert the markup tag with the variable into the template. To learn more, see Email.

Email reminder preview

Customize an email reminder template

  1. On the Admin sidebar, go to Marketing > Communications > Email Templates.

  2. Click Add New Template.

  3. In the Template list under Magento_Reminder, choose the Promotion Notification/Reminder template.

  4. Click Load Template.

Follow the standard instructions to customize the template.

Email reminder variables

Coupon Code

{{var coupon.getCode()|escape}}

Coupon Usage Limit

{{var coupon.usage_limit|escape}}

Coupon Usage Per Customer

{{var coupon.usage_per_customer|escape}}

Customer Account URL

{{var this.getUrl($store,'customer/account/',[_nosid:1])}}

Customer Name

{{var customer_data.name|escape}}
{{template config_path="design/email/footer_template"}}

Email Header Template

{{template config_path="design/email/header_template"}}

Email Logo Image Alt

{{var logo_alt}}

Email Logo Image URL

{{var logo_url}}

Promotion Description

{{var promotion_description|escape|nl2br}}

Promotion Name

{{var promotion_name|escape}}

Store Name

{{var store.frontend_name}}

Store URL

{{store url=""}}
Previous pageSocial media and RSS feeds
Next pageCreate email reminders

Commerce