Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Notifier] Add ISendPro notifier #37352

Closed
@danger2k7

Description

@danger2k7
Q A
Branch? 5.1
Bug fix? no
New feature? yes
Deprecations? no
Tickets Implements symfony/symfony-docs#13025 (review)
License MIT
Doc PR See Usage below

Usage:

// .env file
> ISENDPRO_DSN=isendpro://apikey@default?from=FROM

where:
* APIKEY is your ISendPro API KEY
* FROM is your Sender Name

// config/packages/notifiers.yaml file
framework:
    notifier:
        texter_transports:
            isendpro: '%env(ISEDNPRO_DSN)%'

Then you can then use it like documented here https://symfony.com/doc/current/notifier/texters.html

ℹ️ For more information you can check ISendPro's docuementation:

That's it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions