Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/azure-mailer
Symfony Microsoft Azure Mailer Bridge
https://github.com/symfony/azure-mailer
component php symfony symfony-component
Last synced: about 1 month 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 (11 months ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-28T08:25:19.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:03:17.294Z (about 2 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 43 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- 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 KeyResources
---------* [Microsoft Azure (ACS) Email API Docs](https://learn.microsoft.com/en-us/rest/api/communication/dataplane/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)