> For the complete documentation index, see [llms.txt](https://docs.seoneo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seoneo.io/documentation/account-templates/how-to-import-emails.md).

# How to import emails

When you create an account template you can import emails that you already own or you can import emails that are included on other account templates.

### Import from other template

If you already have some emails stored on other templates and you want to import them:

1\) Click "**Import**" and select "**Import from template**"

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

2\) Select the template(s) (using checkbox) where you want to import emails from. Then click "**Import**" to import emails from selected template(s).

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

### Import from text file

1\) Click "**Import**" and select "**Import from file**".

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

2\) Select email format of your text file. SEO Neo will open your OS Open File dialogue from where you can navigate on your file system and select text files where you have your emails saved.

{% hint style="info" %}
You can import emails only from text files
{% endhint %}

In order for "Import from files" to work, you need to keep your emails into text files, in the following formats:<br>

| Supported mail formats in text files                                                          |
| --------------------------------------------------------------------------------------------- |
| \<email creation> : \<server> : \<port> : \<username> : \<password> : <1 = SSL \| 2 = NO SSL> |
| \<email creation> : \<server> : \<username> : \<password> : <1 = SSL \| 2 = NO SSL>           |

To better illustrate how above fields are related into email creation form see the example picture below:

<figure><img src="/files/UTAu60Ght11vvy695Zmz" alt=""><figcaption><p>Text format fields relation with GUI</p></figcaption></figure>


---

# 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.seoneo.io/documentation/account-templates/how-to-import-emails.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.
