Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 887 Bytes

File metadata and controls

27 lines (20 loc) · 887 Bytes

Esendex Notifier

Provides Esendex integration for Symfony Notifier.

DSN example

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