<?php
$telephone = "CELLPHONENUMBER";
$message = "MESSAGE";
$subject = "SUBJECT";
mail($telephone."@vtext.com",#subject,$message);
?>
Not exactly what I was looking for.. I want a script that has multiple carriers and a nice layout etc.JRBHosting said:Web-to-verizon
Code:<?php $telephone = "CELLPHONENUMBER"; $message = "MESSAGE"; $subject = "SUBJECT"; mail($telephone."@vtext.com",#subject,$message); ?>
