redochka
redochka

Reputation: 12819

change the sender number when sending sms

Is it possible to change the sender number when sending an sms from my android program ?

Thanks

Upvotes: 1

Views: 10944

Answers (2)

darkheartfelt
darkheartfelt

Reputation: 1078

Yes, but you need to use a third party SMS Gateway. You can reroute the SMS to come from a phone number that you register for your app.

Twilio - http://www.twilio.com/help/faq/sms/can-i-specify-the-phone-number-a-recipient-sees-when-getting-an-sms-from-my-twilio-app

TextMagic - http://www.textmagic.com/app/pages/en/products/bulk-sms-gateway-api

Upvotes: 0

the100rabh
the100rabh

Reputation: 4147

The simple answer is no.

Why??

well thats because the way SMS works. You never send your number, its the service provider which makes sure that senders number is sent.

Upvotes: 3

Related Questions