gmail1 PHPMailer 설정 ini_set('display_errors', '1');// echo (extension_loaded('openssl')?'SSL loaded':'SSL not loaded')."\n";require_once("PHPMailer/PHPMailerAutoload.php"); $mail = new PHPMailer(); $mail->SMTPDebug = 2;$mail->IsSMTP();$mail->SMTPAuth = true;$mail->SMTPSecure = "tls"; $mail->Host = "smtp.gmail.com"; $mail->Port = 587; .. 2017. 12. 4. 이전 1 다음