Mariam
You are correct with the mail server depending on the carrier.PHP Code:<?php mail("##########@vtext.com", "Message Subject Here", "Message Content Here"); ?>
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.




Reply With Quote