laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

Adding optional force delivery to TwilioSmsMessage #75

Closed Pederytter closed 4 years ago

Pederytter commented 4 years ago

Had a few issues with their validation saying multiple customers mobile number wasn't a mobile number, even though we can confirm it is. Issue being that their third party checker for phone numbers, isn't up to date with the danish phone number registry, which we don't know how often they will update.

The only way to bypass this is adding the optional parameter forceDelivery, which bypasses their validation and sends it without checking.

atymic commented 4 years ago

Thanks!