Reputation: 199
I know you can send an SMS to a mobile phone using the recipients # and carrier suffix. Is it possible to send SMS to a Google Voice # using the same method?
If so, what is used for a carrier suffix? (5552125689@ ??? )
mail("[email protected]", "", "You have a new message", "[email protected]");
Thanks
Upvotes: 1
Views: 3151
Reputation: 4855
As far as I know, Google Voice does not support email to SMS.
You would most likely need to use an SMS gateway service like Twilio to be able to send to Google Voice.
Here's how to send an SMS with PHP and Twilio.
Upvotes: 3