# Accounts

## Email Settings

Click *Add* and configure the following:

* Account Info
  * Account Description – Assign a name or short description for the email settings.
  * Account Type – Select the type of email account.
  * User Display Name – Specify a display name for the email account.
  * Email – Specify the email address.
  * Allow user to move messages from this account – Enabling this option allows messages to be moved from one account to another.
  * Allow recent address to be synced – Enabling this option allows the user to sync recently used addresses across devices.
  * Allow Mail Drop – Enabling this option allows sending large files such as videos, presentations, and images.
  * Use only in Mail – Select this option to apply the email settings only to the iOS Mail app.
* Incoming Mail
  * Mail Server – Specify the URL of the incoming mail server, and enter the port value (less than or equal to 65536) used to access the incoming mail server.
  * User Name – Specify the credentials for accessing the incoming mail server.
  * Authentication Type – Select which type of authentication is required to access the mail server.
  * Password – Assign a password.
  * Use SSL – Select this option to enable Secure Socket Layer.
* Outgoing Mail
  * Mail Server – Specify the URL of the outgoing mail server, and enter the port value (less than or equal to 65536) used to access the outgoing mail server.
  * User Name – Specify the credentials for accessing the outgoing mail server.
  * Authentication Type – Select which type of authentication is required to access the mail server.
  * Password – Assign a password.
  * Outgoing password same as incoming – Select this option if the password for the outgoing mail server is the same as the incoming mail server.
  * Use SSL – Select this option to enable Secure Socket Layer.

To make changes, select an email and click *Edit*, or click *Delete* to delete.

## Certificates

Click *Add* and configure the following:

* Name – Specify a name for the certificate.
* Type – Select the certificate type from the drop-down list.
* Certificate File – Click *Choose File* and use the file browser to select the certificate.
* Password – Assign a password if prompted. This field is only available if the certificate Type is defined as PKCS12.

To make changes, select a certificate and click *Edit*, or click *Delete* to delete.


---

# 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.faronics.com/faronicsdeploy/mobile-device-management/settings/accounts.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.
