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

# Configure email

### How to configure email for a custom app?

The Email screen in the custom app builder allows you to configure outgoing email settings so that emails to your users are sent from your own domain, not AppMySite’s default sender.

{% embed url="<https://scribehow.com/shared/Set_up_email_configuration__NlnU71AvTCm0qqdxpqzr4w>" %}

#### Step 1: Go to the “Email” screen in the app builder

* Open the custom app in your dashboard
* Navigate to the [**Email**](https://app.appmysite.com/app/email) screen from the left-side navigation

#### Step 2: Enter sender’s details

* From name: Enter the name you want users to see as the sender
* From address: Add your email address (must belong to your domain)

{% hint style="warning" %}
These details will appear in the “From” section of all outgoing emails sent from the app.
{% endhint %}

#### Step 3: Provide email server credentials

* Host name: Enter the SMTP host (e.g., smtp.yourdomain.com)
* Username: Typically your email address or API key
* Password: Enter the SMTP password

#### Step 4: Select connection type and port

* Choose the Connect type: Plain, SSL, or TLS
* Enter the matching Port number (25 for Plain, 465 for SSL, 587 for TLS)

#### Step 5: Verify the server

* Click Verify to check the connection
* You’ll see a verification status once the setup is validated

{% hint style="warning" %}
If the credentials or port settings are incorrect, the verification will fail.&#x20;
{% endhint %}

#### Step 6: Save the configuration

* Once verified, click Save
* Your app will now send system-generated emails using your specified domain

#### Step 7: View email logs (optional)

* You can access Email logs to track sent emails, recipients, delivery status, and any errors

{% hint style="danger" %}
Unconfigured apps will continue sending emails from AppMySite’s default address until custom settings are applied.
{% endhint %}


---

# 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:

```
GET https://docs.appmysite.com/app/email/configure-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.
