Oh, so your problem is an ASP problem, NOT an SMTP problem.

I believe ASPFree differs in how it sends the email.  CDONTS will use
Windows internal directly calls to the local IIS SMTP server, ASPFree will
use standard TCP/IP SMTP protocol to talk to ANY mail server ANYWHERE. So it
is likely to succeed, even if you have a configuration issue with IIS SMTP.

As far as your IIS problem, here's a few things you can do:

a) use TELNET to your IIS SMTP server (or specify the IP address and PORT
number in your Outlook Express client as the outbound SMTP server) while you
are logged into the server itself.  Then try to send an email through that
server and see if it is being delivered.  Then we at least know it's
operating properly.

b) check the Event Log.  The "object not created" most likely has NOTHING to
do with the IIS SMTP, it may be that you have not given the IUSR_....
account on your web server sufficient permissions to use the CDONTS .DLLs.

Best Regards
Andy Schmidt

H&M Systems Software, Inc.
600 East Crescent Avenue
Suite 203
Upper Saddle River, NJ 07458-1846

Phone:  +1 201 934-3414 x20 (Business)
Fax:    +1 201 934-9206

http://www.hm-software.com/


-----Original Message-----
From: Chris Hunt [mailto:[EMAIL PROTECTED]]

Andy, thanks for the info, I've created a remote domain to my IMail server
and allow relaying.  My www designer is getting the following error when
she tries to test her email form creating asp script.  She want me to try
ASPFree from http://www.15seconds.com/focus/Email.htm
but I believe it is just a CDONTS replacement.


Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object

/jstanek/scripts/OrderSave.asp, line 23


Chris


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to