PHPMAILER SERVER ->SMTP ERROR: Password command failed SMTP connect() failed
问题 im trying to send an email just when somebody enters on a page. It's for paypal payment confirmation. You pay something and in the page where you see what you did an email is send automatically. The code is the next: function send_email($from, $to, $subject, $nombre,$apellido) { $pagoReal = $_SESSION["Payment_Amount"]; $monedaReal = $_SESSION["currencyCodeType"]; $estado = $_SESSION['estado']; $id = $_SESSION['idHash']; $mail = new PHPMailer(); $mail->SMTPDebug=3; $mail->IsSMTP(); $mail->Host