> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/azure-fr/10.0/configuration-dun-smtp-azure-sendgrid.md).

# Configuration d'un SMTP Azure SendGrid

## Aperçu

Cette section contient les instructions sur comment configurer un SMTP Azure SendGrid avec WorkflowGen.

## Créez le compte SendGrid dans le portail Azure

Le compte SendGrid doit être créé dans le [portail Azure](https://portal.azure.com/). Voir l'article [Création d'un compte SendGrid](https://docs.microsoft.com/fr-ca/azure/sendgrid-dotnet-how-to-send-email#create-a-sendgrid-account). Lorsque vous aurez complété la configuration, vous aurez :

* Le nom du serveur (p.ex. `smtp.sendgrid.net`)
* Le nom d'utilisateur (p.ex. `apikey`)
* Le mot de passe généré
* Le port `25` ou le port `287` réglé pour les connexions TLS et les connexions SSL explicites.

Pour plus d'informations sur l'intégration d'un SMTP SendGrid, consultez l'article Twilio [Integrating with the SMTP API](https://docs.sendgrid.com/for-developers/sending-email/integrating-with-the-smtp-api) (disponible en anglais uniquement).

## Configurez WorkflowGen

Pour créer la connexion entre WorkflowGen et Azure SendGrid SMTP :

1. Naviguez à l'onglet **Général** du panneau de configuration.<br>
2. Dans la section **SMTP** :
   * Sélectionnez **Serveur** comme méthode de livraison.
   * Entrez le nom de votre serveur dans le champ **Nom d'hôte**.
   * Réglez le port `25` ou le port `587` dans le champ **Port**.
   * Cochez **Utiliser SSL/TLS**.
   * Entrez votre nom d'utilisateur dans le champ **Nom d'utilisateur**.
   * Entrez votre mot de passe dans le champ **Mot de passe**.<br>
3. Cliquez sur **Tester** à côté du champ **Nom d'hôte**.<br>
4. Entrez une adresse email pour le test dans le champ **Adresse destinataire** qui s'affichera sous le champ **Adresse expéditeur**, puis cliquez sur **Envoyer**.

{% hint style="info" %}
WorkflowGen supporte les connexions TLS et les connexions SSL explicites seulement.
{% 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.workflowgen.com/azure-fr/10.0/configuration-dun-smtp-azure-sendgrid.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.
