Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:09.000Z (about 1 month ago)
- Last Synced: 2024-09-30T16:04:37.353Z (about 1 month ago)
- Topics: component, mailjet, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 40 KB
- Stars: 12
- Watchers: 4
- 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)