> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-email.md).

# Connectivity: Email

### Overview <a href="#overview" id="overview"></a>

Email connectivity allows you to send email with information imported or exported via **AWS-SES** (Amazon Simple Email Service) or the **SMTP** protocol (Simple Mail Transfer Protocol).

Once you have added at least one operation to your module, you will no longer be able to change the selected **Connectivity Type and/or Service**, but will first have to remove all the operations you have created.

***

#### How to connect an account <a href="#how-to-connect-an-account" id="how-to-connect-an-account"></a>

After defining the connectivity type, the next step is to choose the **authentication type**, which in the case of Email is **Service**. Only after these settings have been made will you be able to add a new account, as well as select, edit or remove one of the previously registered accounts.

To add a connected account, click on "**Connected account"** and then "**Add connected account"**.

<figure><img src="/files/6OkBHOkXFYRoysKhfgMj" alt=""><figcaption></figcaption></figure>

Follow the steps according to the type chosen in **Service (authentication type)**:

{% tabs %}
{% tab title="AWS-SES" %}
When you choose the "**Add connected account**" option, the following modal will be displayed:

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

Fill in the details:

1. **Account name**: name of the registered account
2. **AWS Access Key ID**: user to access AWS-SES
3. **AWS Secret Access Key**: password to access AWS-SES
4. **AWS Region** (optional): AWS availability zone

After filling in the details, click on "**Create account**".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.
{% endtab %}

{% tab title="SMTP" %}
When you choose the "**Add connected account**" option, the following modal will be displayed:

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

Fill in the details:

1. **Account name**: name of the registered account
2. **Host**: depending on the email service; examples: [smtp.gmail.com](http://smtp.gmail.com/) (Gmail) and [smtp.office365.com](http://smtp.office365.com/) (Outlook);
3. **Port**;
4. **Email**;
5. **Password**: app password (Gmail is an example, requires the use of MFA) or password (Outlook, for example)
6. **Sender is different from the User:** by enabling this option, a field will open for adding the user.

After filling in the details, click on "**Create account**".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.
{% endtab %}
{% endtabs %}

Finally, click on "**Save changes"** to configure your module settings.

{% hint style="warning" %}
Important: after saving the changes, it will no longer be possible to change the Connectivity type and/or Authentication type (Service).
{% endhint %}

Next step: [Create operations for the module](/english/skyone-studio/modules/settings-and-operations/operations.md)

Read also: [Connected accounts management](/english/skyone-studio/modules/settings-and-operations/module-settings/connected-account-management.md)


---

# 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.skyone.cloud/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-email.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.
