From 1b5fd8c51dc0cbb017ed38f26e5bb7d3502eee98 Mon Sep 17 00:00:00 2001 From: Vu Phuong Date: Sat, 22 May 2021 14:07:20 +0700 Subject: [PATCH] [Notifier] [MessageMedia] add docs --- notifier.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notifier.rst b/notifier.rst index 1ef5b5521f7..071cf8fa527 100644 --- a/notifier.rst +++ b/notifier.rst @@ -66,6 +66,7 @@ Infobip ``symfony/infobip-notifier`` ``infobip://AUTH_TOKEN@HOS Iqsms ``symfony/iqsms-notifier`` ``iqsms://LOGIN:PASSWORD@default?from=FROM`` LightSms ``symfony/light-sms-notifier`` ``lightsms://LOGIN:TOKEN@default?from=PHONE`` MessageBird ``symfony/message-bird-notifier`` ``messagebird://TOKEN@default?from=FROM`` +MessageMedia ``symfony/message-media-notifier`` ``messagemedia://API_KEY:API_SECRET@default?from=FROM`` Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM`` Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM`` Octopush ``symfony/octopush-notifier`` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE`` @@ -91,6 +92,10 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@defau The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms, LightSms, SmsBiuras and MessageBird integrations were introduced in Symfony 5.3. +.. versionadded:: 5.4 + + The MessageMedia integration was introduced in Symfony 5.4. + To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: