> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/company-settings/adding-a-company-email-address.md).

# Adding a Company Email Address

This lesson will show you how to add a company email address in AgileCase.

{% stepper %}
{% step %}

## Access company email settings

<figure><img src="/files/EGrTxRdMMSOSCVAHQJqj" alt="" width="179"><figcaption></figcaption></figure>

Adding a company email address allows you to send emails from cases and email batches in AgileCase.

This functionality can save a lot of time when it comes to managing your business processes. To begin, first navigate to the "E-Mail Settings" page by clicking the button under "My Company" on the settings menu.
{% endstep %}

{% step %}

## Add a new email account

<figure><img src="/files/crXLaM0Vmi8Vu7RlCAih" alt=""><figcaption></figcaption></figure>

To proceed, click "Add Email" to enter the details of the address you want to use. This page will also list all of the company emails you have added to the system for reference and editing purposes.
{% endstep %}

{% step %}

## Enter email details

<figure><img src="/files/aOjF8Wnup0OOnqPw6ulT" alt=""><figcaption></figcaption></figure>

You can now enter the details of your email address. The username should be the same as the email address, and the password should match that of your email account.

In this example, we are using a Gmail account, so the server name will be "smtp.gmail.com" and the port will be "25", which is a universal port for Gmail. "Enable SSL" should also be checked. It is important that you ensure that POP and IMAP are enabled in the Gmail account you are using.

The "Default" checkbox will set this email as your default company address and will be autofilled any time one is required. Once you have applied these settings, click "Save Email" to link the accounts.
{% endstep %}

{% step %}

## Send a test message

<figure><img src="/files/bZF9LuMwPS6W40HM6WXK" alt="" width="356"><figcaption></figcaption></figure>

After clicking "Save Email", you will be prompted to send a test message to confirm the system is working. Simply enter an email address that you have access to and click "OK".

This will send a confirmation message from your selected email via the system, which should be received shortly at the email address you entered.
{% endstep %}

{% step %}

## Email added

<figure><img src="/files/pnGbkA5G50cSNXCG6KAp" alt=""><figcaption></figcaption></figure>

You will now see the email address listed on the company email settings page. This email can now be accessed when sending an email from a case or creating an email batch, which you can read more about here.

If you have any problems with your Gmail account when adding an account to AgileCase, do not hesitate to contact us on <support@agilecase.com>.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.agilecase.com/administrator-documentation/company-settings/adding-a-company-email-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
