# Confirmation Email

Payment confirmation emails can be sent to the Admin and the Payer. When setting up a payment form, go to Actions on Submit, and select "Email:"&#x20;

![Enabling Email Notifications in Actions After Submit](/files/fmiXEgVPUitzZ8bENST9)

After enabling emails, you'll see a new section where you can configure the recipient address for the Admin, the Subject line for the Admin and the Payer emails, and the email address and name to appear as the sender of the emails.&#x20;

![Email Section in Payment Page Elementor Widget Settings](/files/KESbJHI5o2I1HEKesdn2)

The email confirmation contents will look something like this, with the same information provided to Admin and Payer:

![Email Confirmation to Admin and Payer](/files/fX6OCIMwBS3GMLiJJNxp)

{% hint style="warning" %}
Confirmation emails require the use of Webhooks to send properly on payment success. Please review our documentation for [Stripe Webhook Configuration](https://docs.paymentpageplugin.com/payment-gateways/stripe/stripe-webhook-configuration) and [PayPal Webhook Configuration](https://docs.paymentpageplugin.com/payment-gateways/paypal/paypal-webhook-configuration) for questions.&#x20;
{% endhint %}

{% hint style="info" %}
The confirmation email contents currently cannot be customized, except for the Subject line to each the Admin and the Payer. Customization options will be available soon.
{% endhint %}

{% content-ref url="/pages/l8Wu5jPuxLemzEuVbxmC" %}
[Stripe Webhook Configuration](/payment-gateways/stripe/stripe-webhook-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bod2jfj6tc1jwfGhR9ks" %}
[PayPal Webhook Configuration](/payment-gateways/paypal/paypal-webhook-configuration.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paymentpageplugin.com/features/form-actions-on-submit/confirmation-email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
