symfony / infobip-mailer
Symfony Infobip Mailer Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 27 876
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 4
Forks: 3
Type:symfony-mailer-bridge
Requires
- php: >=8.2
- symfony/mailer: ^7.2
- symfony/mime: ^6.4|^7.0
Requires (Dev)
- symfony/http-client: ^6.4|^7.0
Conflicts
- symfony/mime: <6.4
- 7.3.x-dev
- 7.2.x-dev
- v7.2.0
- v7.2.0-RC1
- v7.2.0-BETA1
- 7.1.x-dev
- v7.1.6
- v7.1.2
- v7.1.1
- v7.1.0
- v7.1.0-RC1
- v7.1.0-BETA1
- 7.0.x-dev
- v7.0.9
- v7.0.8
- v7.0.7
- v7.0.3
- v7.0.0
- v7.0.0-RC1
- v7.0.0-BETA1
- 6.4.x-dev
- v6.4.13
- v6.4.9
- v6.4.8
- v6.4.7
- v6.4.3
- v6.4.0
- v6.4.0-RC1
- v6.4.0-BETA1
- 6.3.x-dev
- v6.3.12
- v6.3.0
- v6.3.0-RC1
- v6.3.0-BETA1
- 6.2.x-dev
- v6.2.7
- v6.2.5
- v6.2.0
- v6.2.0-RC1
- v6.2.0-BETA1
This package is auto-updated.
Last update: 2025-03-01 00:38:19 UTC
README
Provides Infobip integration for Symfony Mailer.
Configuration examples:
# API MAILER_DSN=infobip+api://KEY@BASE_URL # SMTP MAILER_DSN=infobip+smtp://KEY@default
Custom Headers
This transport supports the following custom headers:
Header | Type | Description |
---|---|---|
X-Infobip-IntermediateReport |
boolean | The real-time Intermediate delivery report that will be sent on your callback server. |
X-Infobip-NotifyUrl |
string | The URL on your callback server on which the Delivery report will be sent. |
X-Infobip-NotifyContentType |
string | Preferred Delivery report content type. Can be application/json or application/xml. |
X-Infobip-MessageId |
string | The ID that uniquely identifies the message sent to a recipient. |
X-Infobip-Track |
boolean | Enable or disable open and click tracking. |
X-Infobip-TrackingUrl |
string | The URL on your callback server on which the open and click notifications will be sent. |
X-Infobip-TrackClicks |
boolean | Enable or disable track click feature.. |
X-Infobip-TrackOpens |
boolean | Enable or disable open click feature. |