Ask a Question related to ASP.NET Security, Design and Development.
-
jester #1
Sending Mail Problem
Hi!
I encounter error when using System.Web.Mail for sending
mail in an ASP.NET app. In WinForm app, all's well and no
problem at all. I already tried impersonating my domain
account in my ASP.NET app but still no success. Here's the
chain of error msgs (from inner exceptions):
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
The transport failed to connect to the server
Thanks for any help :)
jester Guest
-
[PHP] Problem sending HTML formated mail
Juan -- ...and then Juan Carlos Borrero said... % % Hi People Hi! % -
Problem sending HTML formated mail
Hello Use a mail class to send your mail instead of mail. These classes have a lot of workarounds for mail() problems and are fairly easy to... -
#25357 [NEW]: Mail() function is loosing cahracters when sending mail
From: pjsmith at microtech dot co dot gg Operating system: Windows 2003, IIS, ISAPI PHP version: 4.3.3 PHP Bug Type: *Mail... -
problem when sending mail
Hello Im trying to send a mail from a php-program. Im using a test program and the code for this is as follows: <?php $from =... -
[PHP] Mail() Problem Sending
I have recently had php installed on my server with sendmail. The server is behind a firewall and SMTP is open on the firewall. However, when I... -
Teemu Keiski #2
Re: Sending Mail Problem
Hi,
[url]http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=268037[/url]
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
"jester" <anonymous@discussions.microsoft.com> wrote in message
news:00a301c3a8d2$55cc0b60$a001280a@phx.gbl...>
> Hi!
>
> I encounter error when using System.Web.Mail for sending
> mail in an ASP.NET app. In WinForm app, all's well and no
> problem at all. I already tried impersonating my domain
> account in my ASP.NET app but still no success. Here's the
> chain of error msgs (from inner exceptions):
>
> 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
> The transport failed to connect to the server
>
>
> Thanks for any help :)
Teemu Keiski Guest
-
jester #3
Re: Sending Mail Problem
Thank you very much, Teemu Keiski :)
tabindex=1&PostID=268037>-----Original Message-----
>Hi,
>
>[url]http://www.asp.net/Forums/ShowPost.aspx?[/url]message>
>--
>Teemu Keiski
>MCP, Microsoft MVP (ASP.NET), AspInsiders member
>ASP.NET Forum Moderator, AspAlliance Columnist
>
>"jester" <anonymous@discussions.microsoft.com> wrote inno>news:00a301c3a8d2$55cc0b60$a001280a@phx.gbl...>>
>> Hi!
>>
>> I encounter error when using System.Web.Mail for sending
>> mail in an ASP.NET app. In WinForm app, all's well andthe>> problem at all. I already tried impersonating my domain
>> account in my ASP.NET app but still no success. Here's>>> chain of error msgs (from inner exceptions):
>>
>> 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
>> The transport failed to connect to the server
>>
>>
>> Thanks for any help :)
>
>.
>jester Guest



Reply With Quote

