You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// (optionally) set a "date" variable for all the recipients
184
+
->variable('date', "Sunday")
185
+
->send(); // send
186
+
```
187
+
188
+
> For a detailed usage and options, please visit [msg91-php's documentation][client-sending-sms] on sending SMSs.
189
+
152
190
## Handling Responses
153
191
154
-
All the services will return `\Craftsys\Msg91\Response` instance for all successfully responses or will throw exceptions if request validation failed (`\Craftsys\Msg91\Exceptions\ValidationException`)or there was an error in the response (`\Craftsys\Msg91\Exceptions\ResponseErrorException`).
192
+
All the services will return `\Craftsys\Msg91\Support\Response` instance for all successfully responses or will throw exceptions if request validation failed (`\Craftsys\Msg91\Exceptions\ValidationException`)or there was an error in the response (`\Craftsys\Msg91\Exceptions\ResponseErrorException`).
0 commit comments