mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Make default sender a valid one
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
endroid_cm_sms:
|
||||
product_token: '%env(ENDROID_CMSMS_PRODUCT_TOKEN)%'
|
||||
defaults:
|
||||
sender: 'EndroidCmSms'
|
||||
sender: 'Endroid' # Should not contain more than 11 characters
|
||||
unicode: 'auto'
|
||||
minimum_number_of_message_parts: 1
|
||||
maximum_number_of_message_parts: 3
|
||||
|
||||
Reference in New Issue
Block a user