Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ID

Resources
---------

* [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)