djunehor / laravel-sms

Laravel SMS allows you to send SMS from your Laravel application using one of over 10 SMS providers, or your custom SMS provider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect sender id

kellslte opened this issue · comments

When using the SmartSmsSolutions class to send text messages, I noticed that the sender id I set to be used isn't used. It usually delivers the message with another sender id different from what I have specified. Could this be a result of the way the API token was created?

Sometimes, SMS providers changed the senderId if it's breaking one of their rules e.g blacklisted keyword. Have you tried any other senderId and the result is the same?

I am currently speaking with one of their customer care agents. Hopefully we can resolve the matter from their end

Sounds good

The customer care representative said that I should submit the sender Id for whitelisting. I guess that solves this issue