https://github.com/symfony/mailjet-notifier
Symfony Mailjet Notifier Bridge
https://github.com/symfony/mailjet-notifier
component mailjet notifier php sms symfony symfony-component
Last synced: about 21 hours ago
JSON representation
Symfony Mailjet Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/mailjet-notifier
- Owner: symfony
- License: mit
- Created: 2021-07-04T09:18:20.000Z (over 4 years ago)
- Default Branch: 7.3
- Last Pushed: 2025-07-31T09:24:34.000Z (2 months ago)
- Last Synced: 2025-07-31T13:11:31.937Z (2 months ago)
- Topics: component, mailjet, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 46.9 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Mailjet Notifier
================Provides [Mailjet](https://mailjet.com) SMS integration for Symfony Notifier.
DSN example
-----------```
MAILJET_DSN=mailjet://FROM:AUTH_TOKEN@default
```where:
- `AUTH_TOKEN` is your Mailjet SMS auth token
- `FROM` is an alphanumeric sender IDResources
---------* [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)