pmdevelopment/microsoft-symfony-mailer
最新稳定版本:v1.3.0
Composer 安装命令:
composer require pmdevelopment/microsoft-symfony-mailer
包简介
Microsoft Graph API bridge for symfony mailer
README 文档
README
Use this bridge to send Emails with symfony/mailer and Microsoft Graph API. Supported Features:
| Field | Supported |
|---|---|
| Subject | ✓ |
| Return-Path | ✕ |
| Sender | ✓ |
| From | ✕ |
| Reply-To | ✕ |
| To | ✓ |
| Cc | ✓ |
| Bcc | ✓ |
| Priority | ✕ |
| Text | ✓ |
| HTML | ✓ |
| Attachments | ✓ |
Configuration
Extend your services.yamlconfiguration
PMDevelopment\Mailer\Bridge\Microsoft\Transport\GraphTransportFactory:
tags:
- { name: mailer.transport_factory }
Add required Parameters to .env
MAILER_DSN=microsoft+graph://clientId:clientSecret@tenantId
统计信息
- 总下载量: 6.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-27