Reputation: 223
I need to send SMS without displaying the number of the sender. The name of sender should be displayed while receiving the SMS. I heard WAP can be used to send that type of sms with only name and not the number. But I don't have any idea how to apply that. Can anybody please help me.
Upvotes: 1
Views: 762
Reputation: 21851
You'll need to make use of a SMS gateway if you want to deliver an SMS using a data connection. Make use of an SMS gateway API such as this.
Upvotes: 2