> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/installation-setup/system-settings/mailing-server/iis-smtp-exchange-server.md).

# IIS SMTP / Serveur Exchange

Pour des besoins importants d'envoi d'e-mails, vous pouvez configurer ngSurvey pour utiliser un serveur relais SMTP IIS ou votre Microsoft Exchange Server. Au lieu de vous connecter à votre serveur de messagerie, ce qui peut être coûteux en opérations, ngSurvey écrira directement tous les e-mails sortants dans le dossier Pickup cible d'IIS SMTP / Exchange.

## 🔅 Propriétés IIS / Exchange

* **`Chemin du répertoire Pickup`** chemin vers le répertoire Pickup de votre IIS SMTP ou Exchange Server. Vous pouvez utiliser un chemin réseau.
* **`Restreindre globalement à un seul expéditeur`** si activé, cela nous permet de spécifier un seul email et un seul nom qui seront utilisés pour tous les processus d’envoi d’emails dans ngSurvey. Une fois activé, ngSurvey utilisera uniquement l’email spécifié et n’utilisera plus l’adresse email du compte utilisateur, ni n’autorisera l’utilisateur à saisir un email pour les fonctionnalités d’email telles que les campagnes ou les tâches.

{% hint style="info" %}
Si vous utilisez un chemin réseau, assurez-vous d'accorder l'accès à ce chemin à l'utilisateur utilisé pour votre pool d'applications IIS.
{% endhint %}


---

# 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.ngsurvey.com/fr/installation-setup/system-settings/mailing-server/iis-smtp-exchange-server.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.
