Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1 KB

File metadata and controls

27 lines (20 loc) · 1 KB

iSendPro Notifier

Provides iSendPro integration for Symfony Notifier.

DSN example

ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX

where:

  • ACCOUNT_KEY_ID is your iSendPro API Key ID
  • FROM is the alphanumeric originator for the message to appear to originate from (optional)
  • NO_STOP setting this parameter to "1" (default "0") allows removing "STOP clause" at the end of the message for non-commercial use (optional)
  • SANDBOX setting this parameter to "1" (default "0") allows to use the notifier in sandbox mode (optional)

See iSendPro documentation at https://www.isendpro.com/docs/#prerequis

Resources