PHP SMTP Mail Contact form
问题 I have a contact form using SMTP authentication using Pear. I want to send an acknowledgment email to the person completing the form as well. What would I have to add to my php to make this happen <?php error_reporting(E_ALL); ini_set('display_errors', True); set_include_path('******'); require_once "Mail.php"; // Set the email variables from the form here: $name = $_POST['name']; // Pass the Name value to the $Name variable $number = $_POST['number']; $email = $_POST['email']; // Pass the