> For the complete documentation index, see [llms.txt](https://docs.goldenedi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goldenedi.com/freemium/installation-guide/smtp/smtp-mail-setup.md).

# SMTP Mail Setup

{% hint style="danger" %}
Either run the guide for "**Email Accounts**" or "**SMTP Mail Setup**", you don't need both!

*"Feature Update: Enhanced email capabilities"* needs to be **disabled** in feature management for you to find the assisted setup bellow.
{% endhint %}

## Setup E-mail via "SMTP Mail Setup"

* In Business Central, search and go to the page 'Assisted Setup'
* In 'Assisted Setup', click on 'Set up outgoing email' if its not already Completed.\
  (If this is already Completed, you can jump to the '[Initialize](/freemium/installation-guide/initialize.md)' page)

![](/files/-M64rg7gmOKMQgNMseAp)

* &#x20;Select the email provider, pictured will be a set-up of ‘Other Email Provider’ using SMTP.&#x20;

![](/files/-M64sEtP2kMeNk7Q5JMT)

* Fill in the email account details and then click next when you are done.

![](/files/-M64sb0a05mlYf809E2I)

* Click finish to complete the set-up of E-mail communication. If you need to verify your settings, you can click ‘Send Test Email’ and check if it works. If not, you can go back and check the entered details.

{% hint style="warning" %}
If you have problems setting up your SMTP, please contact your BC partner to help you with this.
{% endhint %}

Move on to 'Initialize' when you have a working outgoing e-mail.


---

# 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.goldenedi.com/freemium/installation-guide/smtp/smtp-mail-setup.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.
