Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/infobip-mailer
Symfony Infobip Mailer Bridge
https://github.com/symfony/infobip-mailer
component php symfony symfony-component
Last synced: 3 months ago
JSON representation
Symfony Infobip Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/infobip-mailer
- Owner: symfony
- License: mit
- Created: 2022-07-20T09:34:36.000Z (over 2 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-28T08:25:53.000Z (3 months ago)
- Last Synced: 2024-09-30T16:03:45.800Z (3 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 51.8 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Infobip Bridge
==============Provides Infobip integration for Symfony Mailer.
Configuration examples:
```dotenv
# 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. |Resources
---------* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email)
* [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)