I am trying to bypass having to pay an sms gateway company to send sms messages so I thought of a novel idea to turn my Android phone into an sms gateway instead as I get unlimited sms message allowance:
send a push message to Android phone from a server
get broadcast receiver to intercept the push message containing a phone number to send to
forward the message via sms from my phone to the recipient
But there is one problem I found: there is no way to add a sender name such as MyCompany instead of a number.
Does anybody know how to get around this problem?