is there a way to do this in a mail() ? I need to add the $Phone and $Email variables 
too the $message, but I need to format it so that it is on a new line in the 
email....I tried using <br> and /n, but it formats as text not code function. 


$message = $Info ."<br>". $Phone ."<br>". $Email;


Reply via email to