Remove legacy ShortMessage components and integrate Notifier

Replaced outdated ShortMessage functionalities with Symfony's Notifier component for handling SMS messages. Deprecated legacy `ShortMessage` components and introduced a transition layer for existing OVH configurations. Updated dependencies and environment setup to support the new implementation.
This commit is contained in:
2025-01-17 17:13:36 +01:00
parent b02820407c
commit 5e3a1eb2ab
17 changed files with 134 additions and 263 deletions

View File

@@ -2,7 +2,7 @@ framework:
notifier:
texter_transports:
#ovhcloud: '%env(OVHCLOUD_DSN)%'
ovhcloud: '%env(SHORT_MESSAGE_DSN)%'
#ovhcloud: '%env(SHORT_MESSAGE_DSN)%'
channel_policy:
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
urgent: ['email']