https://github.com/symfony/azure-mailer
Symfony Microsoft Azure Mailer Bridge
https://github.com/symfony/azure-mailer
component php symfony symfony-component
Last synced: 9 months ago
JSON representation
Symfony Microsoft Azure Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/azure-mailer
- Owner: symfony
- License: mit
- Created: 2023-12-09T11:29:05.000Z (over 2 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T08:50:53.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:23:19.206Z (over 1 year ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 43.9 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Microsoft Azure Mailer
======================
Provides [Azure Communication Services Email](https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/email-overview) integration for Symfony Mailer.
Configuration example:
```env
# API
MAILER_DSN=azure+api://ACS_RESOURCE_NAME:KEY@default
#API with options
MAILER_DSN=azure+api://ACS_RESOURCE_NAME:KEY@default?api_version=2023-03-31&disable_tracking=false
```
where:
- `ACS_RESOURCE_NAME` is your Azure Communication Services endpoint resource name (https://ACS_RESOURCE_NAME.communication.azure.com)
- `KEY` is your Azure Communication Services Email API Key
Resources
---------
* [Microsoft Azure (ACS) Email API Docs](https://learn.microsoft.com/en-us/rest/api/communication/email/email/send)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)