Email Notifications
Divi Membership offers 5 email notifications, 4 of which are user focus and 1 is admin focused. You can access the settings for these within Membership Settings > Email Notifications
. Each notification has an option to Enable/Disable, all are enabled by default. HTML Can be used within the email templates however these should be kept simplified.
Admin Notification
This email is sent upon successful member registration. This can be sent to the default Site Admin email or you can define a custom email address. If using custom, you can comma-separate multiple email addresses.
Merge Tags
%%customer_name%%
- Name of customer.%%order_link%%
- Link to the subscription within WP Admin.
Customer Welcome Notification
This email is sent upon success registration to the user. The Subject Line and Email Content can be customised with the below merge tags,
Merge Tags
%%customer_name%%
- Name of customer.%%membership_plan%%
- Name of the plan subscribed to.%%login_link%%
- Link to the login page as defined in Membership Settings > General > Endpoints.%%site_name%%
- The name of the site as defined within WordPress Settings.%%site_url%%
- URL of the site.
Upcoming Renewal Notification
This email can be configured to send a reminder to the customer of their upcoming renewal by a defined number of days (Default: 30).
Merge Tags
%%customer_name%%
- Name of customer.%%membership_plan%%
- Name of the plan subscribed to.%%renewal_date%%
- Renewal Date of Subscription.%%login_link%%
- Link to the login page as defined in Membership Settings > General > Endpoints.%%site_name%%
- The name of the site as defined within WordPress Settings.%%site_url%%
- URL of the site.
Membership Expired Notification
This email is sent out to a user on the day their notification expired.
Merge Tags
%%customer_name%%
- Name of customer.%%membership_plan%%
- Name of the plan subscribed to.%%login_link%%
- Link to the login page as defined in Membership Settings > General > Endpoints.%%site_name%%
- The name of the site as defined within WordPress Settings.%%site_url%%
- URL of the site.
Membership Expired Reminder Notification
This email can be configured to go out a defined number of days after the users membership has expired.
Merge Tags
%%customer_name%%
- Name of customer.%%membership_plan%%
- Name of the plan subscribed to.%%expired_date%%
- Date the plan expired.%%login_link%%
- Link to the login page as defined in Membership Settings > General > Endpoints.%%site_name%%
- The name of the site as defined within WordPress Settings.%%site_url%%
- URL of the site.