# Send a test email

Before going live, verify that your email settings are working correctly by sending a test email.

***

## Steps

1. Go to **Registration → Email Settings**
2. Click **SMTP Settings**
3. Fill in your SMTP credentials (or leave blank to use the built-in relay)
4. Click **Send test email**
5. Enter an email address to send the test to
6. Click **Send**

If successful, you'll receive a sample email at that address within a few minutes.

***

## What the test email checks

* Connection to your SMTP server (or the built-in relay)
* Authentication with your credentials
* Delivery to the recipient address

***

## If the test fails

* Check your SMTP host, port, and credentials
* For Gmail: use an [App Password](/orbit-b2b-docs/email-notifications/smtp-setup.md#gmail-smtp-setup), not your regular password
* Check that port 587 (or 465) is not blocked by your hosting provider
* See [Emails not sending](/orbit-b2b-docs/faq-and-troubleshooting/emails.md) for more troubleshooting steps


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/email-notifications/test-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.
