View Full Version : Administering CDONTS
nitric
02-19-2003, 02:57 PM
Hi all
I have written asp web page that uses CDONTS on Windows XP Pro to build and send an email.
Is there a way to check how many mails CDONTS has sent, when mails were sent etc?
Thanks
arnyinc
02-19-2003, 05:48 PM
Start out with C:\Inetpub\mailroot
I'm on a PC with a fresh install so I haven't sent any emails yet. Not sure which folder to tell you to look in specifically, but all the failed and succeeded emails should be in there somewhere.
whammy
02-20-2003, 12:23 AM
Or you could also use FileSystemObject to write a count to a log file (keep the count as you are looping through the emails)...
http://www.w3schools.com/asp/asp_ref_filesystem.asp
nitric
02-20-2003, 07:21 AM
Thanks guys. Much appreciated!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.