This module adds Email providers for sending emails through Azure Communication Services.
Enabling this module will introduce a new tab labeled Azure Communication Services within the email settings, allowing you to configure the service. To access these settings, navigate to Configuration
→ Settings
→ Email
and click on the Azure Communication Services tab. The following are the available settings
Setting | Description |
---|---|
DefaultSender |
The email of the sender. This will override the DefaultSender setting in OrchardCore.Email . |
ConnectionString |
The ACS connection string that will be used to deliver the email. |
You may configure the Default Azure Email Service provider by the configuration provider using the following settings:
"OrchardCore_Email_AzureCommunicationServices": {
"DefaultSender": "",
"ConnectionString": ""
}
For more information about configurations, please refer to Configuration.
!!! note Configuration of the Default Azure Communication Services provider is not possible through Admin Settings. Utilize the configuration provider for the necessary setup. The provider will appear only if the configuration exists.