> For the complete documentation index, see [llms.txt](https://docs.powerfulform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerfulform.com/mail-notification.md).

# MAIL NOTIFICATION

- [Admin email notification](https://docs.powerfulform.com/mail-notification/admin-email-notification.md): You can easily receive email notifications every time a customer submits your form.
- [Customer email notification](https://docs.powerfulform.com/mail-notification/customer-email-notification.md): Customer Email Notifications allow you to send an automatic confirmation email to users after they complete your form.
- [Edit customer email template](https://docs.powerfulform.com/mail-notification/customer-email-notification/edit-customer-email-template.md): You can  customize the content of the email sent to customers: change the subject, message, and add dynamic fields to make it more personal and professional.
- [Admin emails with conditions](https://docs.powerfulform.com/mail-notification/admin-emails-with-conditions.md)
- [SMTP Setup](https://docs.powerfulform.com/mail-notification/smtp-setup.md): Email notifications will be sent from our email server no-reply@powerfulform.com. Use SMTP so your forms send emails reliably using your own email provider (instead of the default sending service).
- [Send emails from a different address (Gmail)](https://docs.powerfulform.com/mail-notification/send-emails-from-a-different-address-gmail.md)
- [Mail API Setup](https://docs.powerfulform.com/mail-notification/mail-api-setup.md)
- [Limit emails in Free plan](https://docs.powerfulform.com/mail-notification/limit-emails-in-free-plan.md)
- [Customer notifications after registration](https://docs.powerfulform.com/mail-notification/customer-notifications-after-registration.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.powerfulform.com/mail-notification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
