Try here:
microsoft.public.inetserver.asp.general
or
microsoft.public.inetserver.iis.smtp_nntp
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft
Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Claudio" <webmaster.RemoveThis@dvdflash.it>
| Sender: "Claudio" <webmaster.RemoveThis@dvdflash.it>
| Subject: IIS and email loop
| Date: Sun, 24 Aug 2003 08:52:29 -0700
| Lines: 23
| Message-ID: <067001c36a57$b936ef30$a501280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNqV7k2ZGKcn65NR9+nMhHp5vB0Kw==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:272168
| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hello,
|
| when we send a email from a form with Cdonts it go in
| loop and send out a lot of email
|
| this is the code and it is ok so i think that is a IIS
| problem, any help?
|
| 'Set objMail = Server.CreateObject("CDONTS.NewMail")
|
| ' objMail.From="email@domain.com"
| ' objMail.To="email@domain.com"
|
| ' objMail.Subject="Order "&Utente&" del "&day(date())
| & " " & mesi1
| & " " & year(date())
| ' objMail.BodyFormat = 0
| 'objMail.MailFormat = 0
| 'objMail.Body=body
| 'objMail.importance=2
| 'objMail.Send
| 'Set objMail = nothing
|
| >> Stay informed about: IIS and email loop