This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier/Bridge/Esendex
Nicolas Grekas ffbb9883bd Merge branch '5.1' into 5.x
* 5.1:
  [Contracts] add branch-aliases for dev-main
  [Cache] Make Redis initializers static
  [Messenger] Fixed typos in Connection
  [CI] Fixed build on AppVeyor
  Fix tests typo
  [Lock] Reset Key lifetime time before we acquire it
  [CI] Silence errors when remove file/dir on test tearDown()
  Fix tests
  Remove content-type check on toArray methods
2020-10-14 19:08:19 +02:00
..
Tests [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00
CHANGELOG.md [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00
composer.json Merge branch '5.1' into 5.x 2020-10-14 19:08:19 +02:00
EsendexTransport.php [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00
EsendexTransportFactory.php [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00
LICENSE [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00
phpunit.xml.dist [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00
README.md [Notifier] Add Esendex bridge 2020-08-25 21:06:21 +02:00

Esendex Notifier

Provides Esendex integration for Symfony Notifier.

DSN example

// .env file
ESENDEX_DSN='esendex://EMAIL:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM'

where:

  • EMAIL is your Esendex account email
  • PASSWORD is the Esendex API password
  • ACCOUNT_REFERENCE is the Esendex account reference that the messages should be sent from.
  • FROM is the alphanumeric originator for the message to appear to originate from.

See Esendex documentation at https://developers.esendex.com/api-reference#smsapis

Resources