NEW Nmail PHP 3 업그레이드 할인
자세히 보기

Nmail ASP 서비스 종료 안내(EOS)

Nmail ASP (nWmail, Nmail Server) 제품은 유상 유지보수를 포함한 모든 서비스가 종료되었습니다.

550 Not Pop3 Before authentication에러납니다.

강*미 2005.04.08 11:56 조회 976

※ 필수입력정보 ※

▷ 제품버젼 : Server2000
▷ 사용중인 주소(URL) : http://www.dvrcube.com
▷ 문제발생시 메뉴/주소 : http://www.dvrcube.com/customer/as.asp
▷ 문제발생시 에러메세지
: 메일을 발송하면
to: ****@**** errormsg: 550 Not Pop3 Before authentication
이런 메세지가 나옵니다.

smtp를 중지시키고 nmail만 씁니다.

e_mail="****@****"
e_subject="나제목"
e_content="나내용"

Set mailing = Server.CreateObject("Ncdo.Ncdonts.1")
mailing.Smtpserver = "61.109.250.29"
mailing.From = e_mail
mailing.To = "****@****"
mailing.Subject = e_subject
mailing.Body = e_content
mailing.BodyFormat = 0
mailing.MailFormat = 0
mailing.Send

if mailing.Send = 1 then
Response.Write "메일발송성공"
else
Response.Write mailing.Errormsg
end if

Set mailing = Nothing

댓글 2
이전 글 감사합니다. 감* 2005.04.08
다음 글 패치 후 에러 발생 1 김*종 2005.04.08
Loading...