Sending Email Error

G

Guest

Dear all

I am using asp.net in a Small Business Server to send email out !
The programe work fine in XP but show the following error in Small Business
Server.
I don't know why....

Sunny

Server Error in '/email' Application
--------------------------------------------------------------------------------

The message could not be sent to the SMTP server. The transport error code
was 0x800ccc15. The server response was not available
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The message
could not be sent to the SMTP server. The transport error code was
0x800ccc15. The server response was not available

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80040211): The message could not be sent to the SMTP
server. The transport error code was 0x800ccc15. The server response was not
available
]

[TargetInvocationException: Exception has been thrown by the target of an
invocation.]
System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr,
Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
String[] namedParameters) +0
System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters) +473
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args) +58

[HttpException (0x80004005): Could not access 'CDO.Message' object.]
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args) +113
System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1848
System.Web.Mail.SmtpMail.Send(MailMessage message) +153
FMOemail.email.sendMail(String mailTo, String mailFrom, String subject,
String content, String priority) in C:\Inetpub\wwwroot\FMOemail\email.vb:26
FMOemail.WebForm1.btnSubmit_Click(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\FMOemail\emailPage.aspx.vb:38
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
 
G

Guest

sunny,

1) Do you have any firewall restrictions set on your smtp server?
2) Check if outbound access is restricted (using port 25) in that specific
workstation.

Regards,
Augustin
http://augustinprasanna.cognizant.com


sunnyko said:
Dear all

I am using asp.net in a Small Business Server to send email out !
The programe work fine in XP but show the following error in Small Business
Server.
I don't know why....

Sunny

Server Error in '/email' Application.
--------------------------------------------------------------------------------

The message could not be sent to the SMTP server. The transport error code
was 0x800ccc15. The server response was not available
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The message
could not be sent to the SMTP server. The transport error code was
0x800ccc15. The server response was not available

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80040211): The message could not be sent to the SMTP
server. The transport error code was 0x800ccc15. The server response was not
available
]

[TargetInvocationException: Exception has been thrown by the target of an
invocation.]
System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr,
Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
String[] namedParameters) +0
System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters) +473
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args) +58

[HttpException (0x80004005): Could not access 'CDO.Message' object.]
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args) +113
System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1848
System.Web.Mail.SmtpMail.Send(MailMessage message) +153
FMOemail.email.sendMail(String mailTo, String mailFrom, String subject,
String content, String priority) in C:\Inetpub\wwwroot\FMOemail\email.vb:26
FMOemail.WebForm1.btnSubmit_Click(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\FMOemail\emailPage.aspx.vb:38
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
 
J

Juan T. Llibre

Are you running antivirus software or a firewall
which could be blocking access to the smtp port ?

See http://www.systemwebmail.com/faq/4.2.9.aspx






sunnyko said:
Dear all

I am using asp.net in a Small Business Server to send email out !
The programe work fine in XP but show the following error in Small Business
Server.
I don't know why....

Sunny

Server Error in '/email' Application.
--------------------------------------------------------------------------------

The message could not be sent to the SMTP server. The transport error code
was 0x800ccc15. The server response was not available
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The message
could not be sent to the SMTP server. The transport error code was
0x800ccc15. The server response was not available

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80040211): The message could not be sent to the SMTP
server. The transport error code was 0x800ccc15. The server response was not
available
]

[TargetInvocationException: Exception has been thrown by the target of an
invocation.]
System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr,
Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
String[] namedParameters) +0
System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters) +473
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args) +58

[HttpException (0x80004005): Could not access 'CDO.Message' object.]
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args) +113
System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1848
System.Web.Mail.SmtpMail.Send(MailMessage message) +153
FMOemail.email.sendMail(String mailTo, String mailFrom, String subject,
String content, String priority) in C:\Inetpub\wwwroot\FMOemail\email.vb:26
FMOemail.WebForm1.btnSubmit_Click(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\FMOemail\emailPage.aspx.vb:38
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top