Azure Communication Services Mailer
237 sites
Security covered
Drupal 10–11
This module allows Drupal to send emails using Azure Communication Services. It integrates with Drupal's existing mail system, enabling you to leverage Azure's email sending capabilities.
This module implements Azure Communication Services to send email using Drupal's Mail API.
Post-Installation
- Set your Azure Communication Services endpoint url at /admin/config/config/azure_mailer
- Set your secret access key with settings.php or manually with drush. It can't be read or modified from the UI.
Example:
$config['azure_mailer.settings']['secret'] = getenv('AZURE_COMM_SECRET');
$config['azure_mailer.settings']['endpoint'] = getenv('AZURE_COMM_ENDPOINT'); - Change your default mailer to Azure Communication Services Mailer at /admin/config/system/mailsystem
Third-party dependencies (installed automatically with composer)
- https://packagist.org/packages/mobomo/guzzle-azure-hmac-auth
- https://www.drupal.org/project/mailsystem
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.1 | Stable | 10–11 | D12 | Jun 12, 2026 |