Upon successful Stripe transactions, the system automatically sends out emails to both the user and the administrator. The content of these messages can be customised in Appearance → Theme Options → Email Templates.
- User email title: The title of the email sent to the user upon a successful payment.
 - User email message: The content of the email sent to the user upon a successful payment.
 - Admin email title: The title of the email sent to the site administrator upon a successful payment.
 - Admin email message: The content of the email sent to the site administrator upon a successful payment.
 
Email variables
Within the content of each of the emails, you can use the following variables to automatically replace them with data relevant to the transaction.
- First Name: 
{{ wpl_first_name }} - Last Name: 
{{ wpl_last_name }} - Donation Amount: 
{{ wpl_total }} - Curency Code: 
{{ wpl_curency_code }} - Cause URL: 
{{ wpl_url_cause }} - Cause Title: 
{{ wpl_title_cause }} - Customer ID: 
{{ wpl_customer }} - Payment ID: 
{{ wpl_charge_id }} - Site Name: 
{{ wpl_blog_name }}