File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ GatewayApi ``symfony/gatewayapi-notifier`` ``gatewayapi://TOKEN@defau
66
66
Infobip ``symfony/infobip-notifier `` ``infobip://AUTH_TOKEN@HOST?from=FROM ``
67
67
Iqsms ``symfony/iqsms-notifier `` ``iqsms://LOGIN:PASSWORD@default?from=FROM ``
68
68
LightSms ``symfony/light-sms-notifier `` ``lightsms://LOGIN:TOKEN@default?from=PHONE ``
69
+ Mailjet ``symfony/mailjet-notifier `` ``mailjet://TOKEN@default?from=FROM ``
69
70
MessageBird ``symfony/message-bird-notifier `` ``messagebird://TOKEN@default?from=FROM ``
70
71
MessageMedia ``symfony/message-media-notifier `` ``messagemedia://API_KEY:API_SECRET@default?from=FROM ``
71
72
Mobyt ``symfony/mobyt-notifier `` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM ``
@@ -98,7 +99,8 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
98
99
99
100
.. versionadded :: 5.4
100
101
101
- The MessageMedia, Smsc, Yunpian, AmazonSns and Telnyx integrations were introduced in Symfony 5.4.
102
+ The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx and Mailjet integrations were introduced
103
+ in Symfony 5.4.
102
104
103
105
To enable a texter, add the correct DSN in your ``.env `` file and
104
106
configure the ``texter_transports ``:
You can’t perform that action at this time.
0 commit comments