script SMS PHP

<?php
  
 $to = "[email protected]";
 $from = "[email protected]";  
 $message = "This is a text message";
 $headers = "From: $from\n";
 mail (sto,  '', $message, $headers);

?>
   
#get a domain and succees
Yasin