Video Overview
MemberPress can send out emails to you and your users to notify them when certain actions occur. To access the email feature in MemberPress, you can go to MemberPress > Settings > then click on the “Emails” tab. The available Email templates are discussed in more detail below.
Send Mail From
MemberPress will send out emails on your behalf using the information found in the “From Name:” and “From Email:” fields as seen below. As a default, MemberPress will populate these fields with the Site Title and Email address located in your WordPress Settings > General page. If you are interested in using a third-party mailing system like SendGrid, Mandrill, MailGun, Amazon SES, or any other, please visit this
page where it is discussed in greater detail.
Member Notices
These emails are triggered and sent to a user when a certain event occurs.
Send Welcome Email – This email is sent to Welcome new users when they sign up for your membership site after a completed purchase.
Check the Welcome Email Sample
Send Payment Receipt Notice – This email is sent to a user when a payment has been completed.
Send Cancelled Subscription Notice – This email is sent to a user when a subscription has been canceled.
Send Upgraded Subscription Notice – This email is sent to a user when they upgrade their subscription.
Send Downgraded Subscription Notice – This email is sent to a user when they downgrade their subscription.
Send Paused Subscription Notice – This email is sent to the user when one of their subscriptions is paused.
Send Resumed Subscription Notice – This email is sent to the user when they resume a subscription.
Send Refunded Transaction Notice – This email is sent to the user when a transaction has been refunded.
Send Failed Transaction Notice – This email is sent to the user when a transaction of theirs has failed.
Send Credit Card Expiring Notice – This email is sent to the user when their credit card is expiring.
Admin Notices & Emails
These emails are received by the admin when an event occurs for a user. As a default, the “Admin Email Addresses” field will be populated with the Email address located in your WordPress Settings > General page. However, you can put as many emails in the field as you want, separated by commas. This will email the list of Admin emails whenever a user does any of the selected options below.
Send New Signup Notice – This email is sent to you when a user registers for your membership site and their first transaction completes.
Send New One-Time Subscription Notice – This email is sent to you when a non-recurring subscription is created.
Send New Recurring Subscription Notice – This email is sent to you when a subscription is created.
Send Payment Receipt Notice – This email is sent to you when a payment comes through your membership site.
Send Cancelled Subscription Notice – This email is sent to you when a subscription is canceled.
Send Upgraded Subscription Notice – This email is sent to you when a subscription is upgraded.
Send Downgraded Subscription Notice – This email is sent to you when a subscription has been downgraded.
Send Paused Subscription Notice – This email is sent to you when a subscription is paused.
Send Resumed Subscription Notice – This email is sent to you when a subscription is resumed.
Send Refunded Transaction Notice – This email is sent to you when a transaction is refunded.
Send Failed Transaction Notice – This email is sent to you when a transaction fails.
Send Credit Card Expiring Notice – This email is sent to you when a member's credit card is expiring.
How to Edit the Emails – You can edit the format of the emails by clicking on the “Edit” button next to them. This will drop-down a section where you can modify the Subject and Body of the emails. In the Body of the email, you will see codes like this {$user_login}. When the email is sent, these values will be replaced with their actual values for that user. Each email template has a list of available codes for that particular email. You can use any of those codes in the Body of the email. See the full list of supported email codes here.
Adding Custom Fields in Emails
You can add any custom fields entered into your Options > Fields of MemberPress to emails sent to Members or to Admins. To do this you can use
{$usermeta:slug} where “slug” gets replaced with the slug of your custom field (e.g. {$usermeta:mepr_office_phone} for the custom phone field). The slugs of your custom fields can be found here: