Skip to content

Commit b911480

Browse files
committed
[Notifier] Add SmsMessage can have from documentation
1 parent 1544a18 commit b911480

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notifier/texters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ you to send SMS messages::
2323
// the phone number to send the SMS message to
2424
'+1411111111',
2525
// the message
26-
'A new login was detected!'
26+
'A new login was detected!',
27+
// optionally, you can override default "from" in transports, it can also be a name
28+
'+1422222222',
2729
);
2830

2931
$sentMessage = $texter->send($sms);

0 commit comments

Comments
 (0)