symfony / isendpro-notifier
Symfony iSendPro Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 187
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
Requires (Dev)
- symfony/event-dispatcher: ^6.4|^7.0
This package is auto-updated.
Last update: 2024-11-13 15:16:54 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 IDFROM
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