pmdevelopment / microsoft-symfony-mailer
Microsoft Graph API bridge for symfony mailer
Package info
github.com/cpy-pst-gmbh/microsoft-symfony-mailer
pkg:composer/pmdevelopment/microsoft-symfony-mailer
v1.3.0
2026-04-10 14:33 UTC
Requires
- php: ^8.4
- guzzlehttp/guzzle: ^7.0
- microsoft/microsoft-graph: ^2.37.0
- symfony/event-dispatcher-contracts: *
- symfony/mailer: ^7.0|^8.0
This package is auto-updated.
Last update: 2026-04-10 14:33:55 UTC
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