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

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

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

에러메시지가 생겼습니다..죄송합니다 *(__)*

박*혁 2004.03.23 17:44 조회 733

to: ****@**** errormsg: 550 Not SMTP Auth

이런 에러메시지가 떴습니다..
초보이니 부디 자세한 설명 부탁 드릴께요..

감사합니다..

참 참고하시라고 소스를 다시 올립니다..

<%
dim sender_email, to_email, subject, contents, cc_email, bcc_email, mailing
sender_email = "****@****"
to_email = "****@****"
subject = "캡레이스에서 보내 드립니다2."
contents = "테스트"
Set mailing = Server.CreateObject("Ncdo.Ncdonts.1") '컴포넌트
'mailing.Smtpserver = "mail.caprace.com" 'gkbox.com보낸는 메일서버 지정 (아이피 지정도 가능)
mailing.Smtpserver = "211.176.62.107" 'gkbox.com보낸는 메일서버 지정 (아이피 지정도 가능)
mailing.From = sender_email '보내는 사람 메일 주소
mailing.To = to_email '받는 사람의 메일 주소
mailing.Cc = cc_email
mailing.Bcc = bcc_email
mailing.Subject = subject '메일 제목
mailing.BodyFormat = 1
mailing.Body = contents '메일 내용
mailing.BodyFormat = 0
mailing.MailFormat = 0
mailing.Importance = 1

if mailing.Send = 1 then
Response.Write "메일발송성공"
else
Response.Write mailing.Errormsg
end if
Set mailing = Nothing
Response.End
%>


※ 필수입력정보 ※

▷ 제품버젼 :
▷ 사용중인 주소(URL) : http://
▷ 문제발생시 메뉴/주소 :
▷ 문제발생시 에러메세지
:

▷ 질문내용
:

댓글 1
이전 글 메일서비스가 자꾸 종료됩니다. 1 유*콘 2004.03.23
다음 글 다른드라이브에 설치시... 1 김*수 2004.03.23
Loading...