그누보드 외부smtp 설정 방법이 또다른게있나요? 채택완료
시린♡
8년 전
조회 3,274
인터넷이나 sir 찾아보면 외부 메일로 하는 방법이 있는데
$mail = new PHPMailer(); // defaults to using php "mail()"
if (defined('G5_SMTP') && G5_SMTP) {
$mail->IsSMTP(); // telling the class to use SMTP
$mail->Host = "smtp.daum.net"; // SMTP server
$mail->Port = 465;
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->SMTPSecure = "ssl"; // sets the prefix to the servier
$mail->Username = "";
$mail->Password = "";
팁등 적용해서 해보면 이상하게 메일이 도착을않하던데....다른곳도 손을 봐줘야할까요?
인터넷에 올라온 여러가지 방법등 위 smtp 설정법 파일 수정해서 올려봐도
이상하게 메일이 안오네요..
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인