# SMTP emails

![Project settings](/files/-LmlCRhJxxho4V0njyFQ)

To send the submitted data to your custom email (via SMTP) you should open the **settings of the project** and then open the "**Forms**" tab, then choose the first two boxes under Custom Email:

![The first box is for custom email, the second one is for SMTP](/files/-LmlCWzKZdWHkHZyv2Nc)

Then input your email address, the subject of the email and SMTP configuration (Host, username and password) in the corresponding fields at the end of the page.

![Fill up your Custom email & SMTP information](/files/-LmlCvhpqPBnGSu6oX_H)

After that you should open your project inside the builder and click on the "Form Settings" button in the settings of the column which contains the form, then from the right sidebar open the "Settings" tab and choose "Custom Email (SMTP)" (you can keep list id field empty).

![To open the form settings click on the "Envelope icon" in the top blue bar of the form](/files/-LmlD9jA3mrmc2mxRPHZ)

To change field's name simply hover on the field inside the builder and click on the **EDIT** button on it, the from the popup you can change field's name, placeholder and set if it's required or not.

![](/files/-LmlDVt5zAlW7FtncN4e)

{% hint style="info" %}
**Note:** the integration will not work in page preview and will only work after exporting the project.
{% endhint %}


---

# 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://help.pixfort.com/integrations/smtp-emails.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.
