Nmail .NET 서비스 종료 안내(EOS)
CDC 에러가 나네요...
MailMessage mail = new MailMessage();
mail.BodyFormat = MailFormat.Html;
mail.To = txtEmail.Text;
mail.From = "****@****;
mail.Subject = txtTitl.Text;
mail.Body = milEdit;
mail.Priority = MailPriority.High;
mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserver","메일서버도메인");
mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport",25);
mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusing",2);
// sendusing 을 1로 했을때는 에러가 나지 않는데 메일이 도착하지는 않아요??
mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate",1 );
SmtpMail.Send(mail);
CDO 에러가 나는군요.
Nmail.net 을 설치하고 Windows SMTP 메일서버는 정지가 되었습니다.
혹 Nmail 에서 POP와 SMTP 포트를 바꾸고 Windows SMTP 서버를 살려야 하는지요?
부탁하겠습니다.
이전 글 | 이상한 오류가 납니다. 1 | 박*수 | 2007.01.22 |
---|---|---|---|
다음 글 | 웹메일 관련문의 4 | 김*기 | 2007.01.19 |