בעיה בשליחת mail

zikman

New member
בעיה בשליחת mail

אני מנסה לשלוח מייל ב ASP.NET ב C# ואני מקבל excption Send failure: System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x8004020F): The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for [email protected] אני מריץ את התוכנית על WIN XP תודה מראש
 

gilad g

New member
תבדוק ש-CDONTS מותקן

אם אתה לא יודע מה זה, או איך מתקינים את זה, חפש בגוגל
 

asafeven

New member
גלעד לי יש גם אותה בעיה

ביצעתי חיפוש על ה-cdonts ממה שהבנתי מיקרוסופט הורידו את התמיכה לזה בווינדוז אקס פי, כניסיתי להריץ קוד כזה :
MailMessage mail; mail= (MailMessage) Server.CreateObject("CDONTS.NewMail");​
קיבלתי את השגיאה הבאה:
Could not create an object of type 'CDONTS.NewMail'​
לא הצלחתי למצוא איך מתקינים את ה-cdonts יש לך אולי לינק שיעזור ?
 
למעלה