Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: diagnosis']. "n" . $_POST['Insurance']. "n" . $_POST["funding"] . "n" . $_POST["source"] . "n" . $_POST["comments"] ; //Body of the message $mail->SMTPAuth = "true"; $mail->Username = "myemail@averybiomedical.com"; //valid email id of the domain $mail->Password = "mypassword"; //password for abc@xyz if(!$mail->Send()) { echo 'Message was not sent.'; echo 'Mailer error: ' . […]
↧