!Nmail Send error Invalid server address
※ 필수입력정보 ※
▷ 제품버젼 : nmail.asp 3.5
▷ 오류발생 메뉴/주소 : http://www.busanrotc.com/mailsend.php (소스를 하단에 첨부합니다.)
▷ 에러메세지 :
▷ 질문내용 : 아래 내용의 이메일이 날아오는데, 무얼 더 손봐야 할런지 몰라서 문의드립니다.
개인적인 독립 서버이기 때문에 white Domain 등록을 완료하였습니다.
윈도우 2000 서버라서 nmail.asp 를 사용중이고, 버전은 3.5 버전입니다.
랜카드 dns 에 국내 주요 isp 주소를 다 등록해두었고, 서버를 재시동했었습니다.
수신 받은 메일 내용
보낸사람 tantancom.com Postmaster 보낸날짜: 2007-05-03(목) 오전 11:40
[****@****]
받는 사람: ****@****
제목: !Nmail Send error invalid server address
Error Message : Invalid server address
-- You SendMail --
>> Received: from tantancom (211.235.228.129)
>> by tantancom.com (211.235.228.129) with [Nmail V3.5 20040914(S)]
>> for <****@****;****@****> from <****@****>;
>> Thu, 03 May 2007 11:39:42 +0900
>> Date: Thu, 03 May 2007 11:39:42 ?900
>> Subject: busanrotc.com 에서 보내는 메일 테스트
>> To: ****@**** ; ****@****
>> From: ****@****
>> Content-Type: text/html; charset=ISO-8859-1 MIME-Version: 1.0
>>
>> <em>HTML</em> formatted <strong>Message</strong>
http://www.busanrotc.com/mailsend.php 소스
<?php
$to = "****@**** ; ****@****" ;
$subject = " busanrotc.com 에서 보내는 메일 테스트" ;
$body="<em>HTML</em> formatted <strong>Message</strong>";
$headers = "From: ****@**** \r\n";
$headers.= "Content-Type: text/html; charset=ISO-8859-1 ";
$headers .= "MIME-Version: 1.0 ";
/*notice there aren't any \r\n after the second two header additions. This is what made this version work correctly*/
mail($to, $subject, $body, $headers);
?>
이전 글 | smtp인증없이 메일이 보내 집니다. 1 | 김*환 | 2007.05.03 |
---|---|---|---|
다음 글 | 메일 수신이 되지 않습니다. 1 | n*******터 | 2007.05.02 |