I want to write a piece of PHP code that will send SMS to any number in the world. I read somewhere one can use email to do this as follows.
user-number@carrier-domain.com⇒1234567894@vnet.com
I tried this with my number and my carrier's website domain and it didn't work. I think the domain is something which is not publicly available so my job should be able to find it first. Am I right here? Also they can put some checks as what the source is when they receive the SMS so they reject. Is that true too?
On the other hand, is there any way HTTP can be used to do so?