Skip to content

Commit 0ecbbe6

Browse files
authored
Update README.md
1 parent d75d588 commit 0ecbbe6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,20 @@ public function routeNotificationForTextlocal(): array
104104

105105
### Available Message methods
106106

107+
And if you want to have a specific sender based on Notification, e.g. like you are sending promotional notification using one and another for transaction then you can just define this method in your notification class which will return your sender id for that notification only
108+
```
109+
public function getSenderId()
110+
{
111+
return 'YOUR_SENDER_ID';
112+
}
113+
```
114+
115+
Unicode support
116+
If you want to send the notification content to have unicode support set define this method in your notification which will return boolean based on which the sms will set the unicode mode in textlocal API
117+
```
118+
getUnicodeMode
119+
```
120+
107121
A list of all available options
108122

109123
## Changelog

0 commit comments

Comments
 (0)