Par défaut, le portail des développeurs envoie des e-mails en réponse à certains événements. Par exemple, lorsqu'un nouveau développeur d'application s'inscrit sur le portail, le portail envoie automatiquement un e-mail de validation de compte à l'adresse e-mail fournie.
Configurez les paramètres de messagerie suivants pour toutes les notifications par e-mail émanant du portail :
Configurez le serveur SMTP pour toutes les notifications par e-mail, comme décrit dans la section Configurer un serveur SMTP
Lorsqu'un portail est provisionné pour la première fois, des notifications par e-mail sont envoyées aux utilisateurs du portail à partir d'une adresse d'expéditeur générique, noreply-apigee-portals@google.com. Cette approche convient à l'évaluation, mais vous devez configurer votre propre serveur SMTP avant de lancer votre portail auprès des utilisateurs. Lorsque vous configurez le serveur SMTP, vous pouvez également configurer l'adresse de l'expéditeur, par exemple no-reply@mycompany.com.
Pour configurer le serveur SMTP, procédez comme suit :
Interface utilisateur de la console Cloud
Dans la console Apigee dans Cloud, accédez à la page Distribution > Portails.
Sélectionnez cette option pour utiliser une connexion sécurisée au serveur SMTP.
Type d'autorisation
Type d'autorisation. Les valeurs valides incluent : SSL, TLS ou STARTTLS. Laissez ce champ vide pour aucune autorisation.
Port
Numéro de port du serveur SMTP. Les ports suivants sont acceptés :
465 (SSL)
587 (TLS)
25 (ouvert, pas d'autorisation)
Cliquez sur Enregistrer.
UI classique
Sélectionnez Publier > Portails et sélectionnez votre portail.
Sélectionnez Paramètres dans le menu déroulant de la barre de navigation supérieure.
Vous pouvez également cliquer sur Paramètres sur la page de destination du portail.
Cliquez sur l'onglet SMTP.
Configurez les paramètres du serveur SMTP :
Paramètre
Description
URL du serveur
URL de l'hôte du serveur SMTP.
Adresse de l'expéditeur
Adresse e-mail utilisée comme expéditeur.
Nom d'utilisateur SMTP
Nom d'utilisateur du compte SMTP.
Mot de passe SMTP
Mot de passe du compte SMTP.
Utiliser une connexion sécurisée ?
Sélectionnez cette option pour utiliser une connexion sécurisée au serveur SMTP.
Type d'autorisation
Type d'autorisation. Les valeurs valides incluent : SSL, TLS ou STARTTLS. Laissez ce champ vide pour aucune autorisation.
Port
Numéro de port du serveur SMTP. Les ports suivants sont acceptés :
465 (SSL)
587 (TLS)
25 (ouvert, pas d'autorisation)
Remarque : Vous pouvez à tout moment réinitialiser les paramètres Apigee par défaut en cliquant sur Réinitialiser les valeurs par défaut.
Cliquez sur Enregistrer.
Configurer les notifications par e-mail
Configurez les notifications par e-mail comme décrit dans les sections suivantes :
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/05 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/05 (UTC)."],[[["\u003cp\u003eThis page details email settings for Apigee and Apigee hybrid developer portals.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the portal sends emails from a generic address for events like new user registration, but it's recommended to configure a custom SMTP server.\u003c/p\u003e\n"],["\u003cp\u003eConfiguring the SMTP server involves specifying the server URL, sender email, username, password, connection security, authorization type, and port.\u003c/p\u003e\n"],["\u003cp\u003eEmail notifications can be further customized by modifying the email contents as part of configuring the identity provider and sign-in experience for user accounts.\u003c/p\u003e\n"],["\u003cp\u003eThe developer portal lets you reset to the default Apigee email settings at any point.\u003c/p\u003e\n"]]],[],null,["# Configuring email\n\n*This page\napplies to **Apigee** and **Apigee hybrid**.*\n\n\n*View [Apigee Edge](https://docs.apigee.com/api-platform/get-started/what-apigee-edge) documentation.*\n\n\u003cbr /\u003e\n\nBy default, the developer portal sends emails in response to certain events. For example, when a new app developer registers on the portal, the portal automatically sends an account verification email to the provided email address.\n\nConfigure the following email settings for all email notifications originating from the portal:\n\n- Configure the SMTP server for all email notifications, as described in [Configuring an SMTP server](#smtp)\n\n- Configure the contents of the email notifications, as described in [Configuring email notifications](#email-notifications).\n\nConfigure an SMTP server\n------------------------\n\nWhen a portal is first provisioned, email notifications are sent to portal users from a generic sender address, `noreply-apigee-portals@google.com`. This approach is suitable for evaluation, but you should configure\nyour own SMTP server before launching your portal to users. When you configure the SMTP server, you can also configure the sender address, for example, `no-reply@mycompany.com`.\n| **Note:** We are not able to document a fixed range of outbound IP addresses that requests from the integrated portal to your SMTP server may be sent from.\n\nTo configure the SMTP server: \n\n### Cloud Console UI\n\n1. In the Apigee in Cloud console, go to the\n **Distribution \\\u003e Portals** page.\n\n [Go to Portals](https://console.cloud.google.com/apigee/portals)\n2. Click your portal name.\n\n3. Click **Settings**.\n\n4. Click the **SMTP** tab.\n\n5. Configure the SMTP server settings:\n\n | **Note:** At any time, you can reset the default Apigee settings by clicking **Restore Defaults**.\n6. Click **Save**.\n\n### Classic UI\n\n1. Select **Publish \\\u003e Portals** and select your portal.\n2. Select **Settings** in the drop-down menu in the top navigation bar. Alternatively, click **Settings** on the portal landing page.\n3. Click the **SMTP** tab.\n4. Configure the SMTP server settings:\n\n **Note** : At any time, you can reset the default Apigee settings by clicking **Reset Defaults**.\n5. Click **Save**.\n\nConfigure email notifications\n-----------------------------\n\nConfigure email notifications, as described in the following sections:\n\n- [Configuring email notifications](/apigee/docs/api-platform/publish/portal/portal-identity-provider#configuring_email_notifications) as part of configuring the identity provider\n\n- [Configuring notifications for new user account registration](/apigee/docs/api-platform/publish/portal/configure-register-sign-in#notifications) as part of configuring the sign-in experience for user accounts"]]