My cellular provider doesn't support email forwarding for text messaging. Okay, that sucks. But they do offer web based text messaging from their site. They're stupid and use ASP, but here is the HTML form used:
Code: Select all
<form name="disclaimer" action="http://mycricket.com/text/SendTo_SMS_System.asp?Step=2" method="post">
<input type="hidden" name="from" value="Proteus_IM">
Your Message: <input type="textfield" name="msg" value="">
<input type="hidden" name="email_from" value="Proteus IM">
<input type="hidden" name="cricket_phone_number" value="4795224904">
<input type="submit" name="Submit" value="Send">
</form>