I am trying to reverse engineer a website and have a question about some functionality that someone here may know a way around. This website allows you to send bulk SMS messages based on just a cell phone number.
After some researching, (without using a SMS server) the easiest way to send a SMS message is to send it based on the cell phone providers email. So for instance, if the number is from Verizon Wireless, you can simply send an email to
1112223333@vtext.com. Well that is nice for just a verizon users, but I doubt that is feasible to try and figure out everyone's cell phone provider by shotguning sms messages to various providers.
Do you have any ideas on how to figure out the cell phone provider from just receiving an input of a cell phone number? (ie 1112223333)
Thanks in advance.