Ask a Question related to ASP.NET General, Design and Development.
-
Chris Pearson #1
Sending message to SMTP server using CDONTS component
I recently set up a web site which I am running locally
on my laptop using ASP.Net. From a web form on the site I
am attempting to send an email programmatically using the
CDONTS class to an SMTP server. Prior to use of the
CDONTS component a message was returned to the sending
address with an error message contained. Now I am
recieving no returned message but the intended mail is
not arriving at its intended destination. I wondered if
there is any important issues regarding CDONTS and SMTP
that I need to know. Thanks
Chris Pearson Guest
-
Using GMail smtp server for sending emails
....a way to configure CF to use gmail to send out email ... Looks like SSL might be the problem. But why? Coldfusion can send out e-mail from a... -
CDONTS Alternate SMTP Name
I have an ASP 3 application that submits mail using CDONTS and it works flawlessly on a server that has the SMTP set to the default. I need to... -
Problems sending mail with Windows 2003 server's SMTP server (I'm also using the integrated POP3 service)
Hi, I am setting up POP3 accounts for my users. I am using the POP3 and SMTP services built into Windows 2003 Server Std Edition. My users can... -
CDONTS.NewMail and SMTP on different servers?
I am working on an ASP web based application that uses the CDONTS.NewMail object for messaging. Is it possible to set up the SMTP service on... -
sending form data as email using SMTP server ???
How can I take my form data and send it as an email using my SMTP server located @ my ISP using PHP ? my form has several fields: TO: this is... -
Ravikanth[MVP] #2
Sending message to SMTP server using CDONTS component
Hi
It will be better if you can provice what error message
you are getting.
Ravikanth
I>-----Original Message-----
>I recently set up a web site which I am running locally
>on my laptop using ASP.Net. From a web form on the sitethe>am attempting to send an email programmatically using>CDONTS class to an SMTP server. Prior to use of the
>CDONTS component a message was returned to the sending
>address with an error message contained. Now I am
>recieving no returned message but the intended mail is
>not arriving at its intended destination. I wondered if
>there is any important issues regarding CDONTS and SMTP
>that I need to know. Thanks
>.
>Ravikanth[MVP] Guest
-
Kevin Spencer #3
Re: Sending message to SMTP server using CDONTS component
If you're using the CDONTS COM object, try using the System.Web.Mail classes
instead.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Chris Pearson" <chrispearson19@hotmail.com> wrote in message
news:2dc201c354df$817cdd30$a001280a@phx.gbl...> I recently set up a web site which I am running locally
> on my laptop using ASP.Net. From a web form on the site I
> am attempting to send an email programmatically using the
> CDONTS class to an SMTP server. Prior to use of the
> CDONTS component a message was returned to the sending
> address with an error message contained. Now I am
> recieving no returned message but the intended mail is
> not arriving at its intended destination. I wondered if
> there is any important issues regarding CDONTS and SMTP
> that I need to know. Thanks
Kevin Spencer Guest



Reply With Quote

