Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

php variables in mail function

Sun Oct 26, 2008 9:49 pm

Code:

<?php
$address 
"[email protected]";
$Subject "Join codemiles";
$body "Hi,";
$mailsend mail("$address""$Subject""$body.");
print(
"$mailsend");
?>




Post a reply
  Related Posts  to : php variables in mail function
 mail function problem     -  
 Local variables vs Instance variables     -  
 send mail cc and bcc in php     -  
 send mail using php     -  
 validate mail in jsp     -  
 how to send mail with Ant     -  
 validate e-mail in php     -  
 How to send conformation e-mail through JSP     -  
 mail system in java     -  
 Help Sending e-mail from VB.Net application     -  

Topic Tags

PHP Email