1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

doc: update _APP_SMS_FROM

This commit is contained in:
loks0n 2024-05-30 16:51:48 +01:00
parent 64e0c88349
commit 61336be50d

View file

@ -450,7 +450,7 @@ return [
],
[
'name' => '_APP_SMS_FROM',
'description' => 'Phone number used for sending out messages. Must start with a leading \'+\' and maximum of 15 digits without spaces (+123456789).',
'description' => 'Phone number used for sending out messages. If using Twilio, this may be a Messaging Service SID, starting with MG. Otherwise, the number must start with a leading \'+\' and maximum of 15 digits without spaces (+123456789). ',
'introduction' => '0.15.0',
'default' => '',
'required' => false,