# 3.5. System email management

GeoPrism Registry uses email settings to send email notifications to users of the system, in particular account creation invitations and automated change request notifications. Email configuration must be done by a System Administrator.

GeoPrism Registry is not directly capable of sending emails by itself. It must be connected to a remote email server which is capable of sending those emails on behalf of GeoPrism Registry. These instructions will enable you to configure the connection with that remote email server.

{% hint style="info" %}
**Note:** The system only works with Simple Mail Transfer Protocol (SMTP) compliant email servers.
{% endhint %}

1. Navigate to the Settings page from the burger menu.\\

   <figure><img src="https://lh3.googleusercontent.com/A-M7iYl4XCOfduRO8cMqDWsOFCeaajEBm4hx3ApS0xRt7QyVFfuIOgIaokkjw8RcVvwRNH3vTO6_dI2aqntblFbuMqrBr1GyQMEkW0dUsWjBtSDCbw85cAL1SOvFNls4Mf7tveAjpBOt7KKexhEIIdVRLlWoytYx6F1oGhEm4ZdYoxmSvH2m5Z-1" alt=""><figcaption></figcaption></figure>
2. Under the Email section, click **Configure**.\\

   <figure><img src="https://lh5.googleusercontent.com/ZOkJTcRXypi14doj0e9FN3ni6gwQxORSUwloulUcNibVGl3q7sk7SnzuxLEGgEn4siJeBEElaKYIsiLsnpgW2SefSANWdCRDXwQhiKJSRPA99YhcbHFipPfqzRPe2ACq-BPhEJBM6KF_b2N9lN1SjGM-YcHp2sYeo1LfELkAhCvlPu40frJb6XnS" alt=""><figcaption></figcaption></figure>
3. Enter the values in the displayed form.

   | Field    | Description                                                                                                              |
   | -------- | ------------------------------------------------------------------------------------------------------------------------ |
   | Server   | The server URL hosting the SMTP system (e.g., email-smtp.us-west-2.amazonaws.com)                                        |
   | Username | Username with ability to send emails                                                                                     |
   | Password | Password for the user                                                                                                    |
   | Port     | Port used to provide access to the SMTP server. This is configured on the email server, not the GeoPrism Registry server |
   | From     | An email address used to send emails                                                                                     |
   | To       | An email address used to receive emails                                                                                  |
4. Click Submit


---

# 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://docs.geoprismregistry.com/readme/current/deployment-and-setup/3.5-system-email-management.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.
