symfony / azure-mailer
Symfony 微软 Azure 邮件桥接器
v7.1.1
2024-05-31 14:59 UTC
Requires
- php: >=8.2
- symfony/mailer: ^6.4|^7.0
Requires (Dev)
- symfony/http-client: ^6.4|^7.0
This package is auto-updated.
Last update: 2024-09-12 09:04:52 UTC
README
为 Symfony Mailer 提供 Azure Communication Services 邮件 集成。
配置示例
# 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
其中
ACS_RESOURCE_NAME
是您的 Azure Communication Services 端点资源名称 (https://ACS_RESOURCE_NAME.communication.azure.com)KEY
是您的 Azure Communication Services 邮件 API 密钥