Ask a Question related to ASP, Design and Development.
-
Curt_C [MVP] #1
Re: How to set mail server for CDONTS?
You'll have to use CDO instead
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
[url]http://www.Darkfalz.com[/url]
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"BB" <bb@DELETETHISthewaterfall.co.uk> wrote in message
news:ujTr0elSDHA.632@TK2MSFTNGP12.phx.gbl...> Is it possible to use a different server than the SMTP service in IIS to
> send e-mail using CDONTS and if so how do you specify?
>
> Thanks
>
> BB
>
>
Curt_C [MVP] Guest
-
Need help with CDONTS or other object to receive mail in a specific way
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and... -
CDONTS Mail.CC question
Hello The code itself is working, this is more of a cosmetic thing for me... lets say objRS("memail") = tom.petersen@aol.com strEmail =... -
Sending HTML formatted mail using CDONTS
Does anyone have some sample code for sending an HTML formatted message using CDONTS? Thanks RE: Sending HTML formatted mail using CDONTS ... -
how to send chinese mail via CDONTS
Hello Who can teach me how to send chinese(big5) mail via cdonts, I search some information in internet that said using... -
Problems with CDONTS e-mail for non-Latin characters
Hello all I have a very big problem with my ASP pages sending e- mail to my users. I want them to have Greek characters in the message, but... -
Ray at #2
Re: How to set mail server for CDONTS?
As Curt said. You can't set an smtp server with CDONTS. You could setup a
smarthost in your SMTP settings on your IIS server though. I don't know if
that will help you with what you're trying to do though.
Ray at home
"BB" <bb@DELETETHISthewaterfall.co.uk> wrote in message
news:ujTr0elSDHA.632@TK2MSFTNGP12.phx.gbl...> Is it possible to use a different server than the SMTP service in IIS to
> send e-mail using CDONTS and if so how do you specify?
>
> Thanks
>
> BB
>
>
Ray at Guest
-
Kim #3
Re: How to set mail server for CDONTS?
Hello,
CDONTS is proprietary to MS. The only way I know of to set this up is
to configure the SMTP service (under 2000) to a different port than 25
if on the same server, and set your mail server as its smart host. I
haven't dealt with CDONTS in a while, so I can't remember the options
there.
I would recommend VisNetic MailServer from Deerfield,
[url]http://www.deerfield.com[/url]
Kimmage
Kim Guest
-
BB #4
Re: How to set mail server for CDONTS?
Thanks folks. That is just what I wanted to know. I don't particularly need
to use a different mail server just wanted to know if you could.
BB
"Ray at <%=sLocation%>" <ray@ajf8jalskdfna.sefrhja7yasdf.com> wrote in
message news:Oqck5dnSDHA.3188@tk2msftngp13.phx.gbl...a> As Curt said. You can't set an smtp server with CDONTS. You could setupif> smarthost in your SMTP settings on your IIS server though. I don't know> that will help you with what you're trying to do though.
>
> Ray at home
>
> "BB" <bb@DELETETHISthewaterfall.co.uk> wrote in message
> news:ujTr0elSDHA.632@TK2MSFTNGP12.phx.gbl...>> > Is it possible to use a different server than the SMTP service in IIS to
> > send e-mail using CDONTS and if so how do you specify?
> >
> > Thanks
> >
> > BB
> >
> >
>
BB Guest



Reply With Quote

