Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: SMTP password: Your Gmail password SMTP port: 465 or 587 SMTP TLS/SSL required: yes $mail->SMPTAuth = true; $mail->SMTPSecure = 'tls'; $mail->Host = "smtp.gmail.com"; $mail->Mailer = "smtp"; $mail->Port = 465; $mail->Username = "YOU@gmail.com"; $mail->Password = "YOUR_GMAIL_password"; Source: http://pastebin.com/raw.php?i=d6NE71RM
↧