email settings in php – PHPBuilder.com
Posted in Tech News on July 17th, 2010 by
<html> <body> <?php if (isset($_REQUEST['email'])) //if "email" is filled out, send email { //send email. STARTTLS; $email = $_REQUEST['email'] ; $subject = $_REQUEST['subject'] ; $message = $_REQUEST['message'] ; ...
PHPBuilder.com - http://www.phpbuilder.com/board/member.php?u=199722
PHPBuilder.com - http://www.phpbuilder.com/board/member.php?u=199722