We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1544a18 commit b911480Copy full SHA for b911480
notifier/texters.rst
@@ -23,7 +23,9 @@ you to send SMS messages::
23
// the phone number to send the SMS message to
24
'+1411111111',
25
// the message
26
- 'A new login was detected!'
+ 'A new login was detected!',
27
+ // optionally, you can override default "from" in transports, it can also be a name
28
+ '+1422222222',
29
);
30
31
$sentMessage = $texter->send($sms);
0 commit comments