Mariam

PHP Code:
<?php mail("##########@vtext.com""Message Subject Here""Message Content Here"); ?>
You are correct with the mail server depending on the carrier.
I use Verizon, and "vtext.com" is what they use as their "message server".

As long as your calling plan allows quite a few messages it is a useful method. I use it as a debugging tool to send a message when certain errors have occurred in my scripts.