Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': ->SMTPOptions = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ) ); $mail->Port = 587; $mail->Username = "no-reply@nationsglory.fr"; $mail->Password = "bamboula128"; $mail->SetFrom('no-reply@nationsglory.fr', 'NationsGlory'); $mail->Subject = $subject; $mail->MsgHTML($message); $mail->AddAddress($receiver, $name); if(!$mail->Send()) return $mail->ErrorInfo; else return true; } Source: http://pastebin.com/raw.php?i=VrUnwBX8
↧