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
2020-12-05 08:36:41 +01: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-24 14:08:07 +02:00
EsendexTransport.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
EsendexTransportFactory.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01: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