symfony/isendpro-notifier

Symfony iSendPro Notifier Bridge

Installs: 64

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Type:symfony-notifier-bridge

v7.0.7 2024-04-18 09:29 UTC

README

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