# Email gateway

SMTP (Simple Mail Transfer Protocol) server is used to send emails, such as notifications, invites, reports, and others. In order to use SMTP with Navixy On-premise, the following requirements should be met:

* The SMTP server can be either remote or local.
* The SMTP server can be with or without authorization (open relay).
* The server must permit to replace the sender in the 'From' header (command mail from:<>).
* It is recommended to add SPF (Sender Policy Framework) record and create DKIM (DomainKeys Identified Mail) for emails. This will protect your emails from being considered as spam by the recipient's server.

Please note that Navixy does not provide an SMTP server and you will need to use your own or a third-party service. It is also important to configure your SMTP settings properly to ensure successful email delivery.


---

# 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://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/email-gateway.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.
