Using CDO to schedule sending email

J

Joe

I need to write code in my ASP application to schedule the
sending of an email. In a nutshell, I need to have an
email sent on a specific date.

Reading Microsoft's FrontPage Inside-Out, I was introduced
to Collaboration Data Object (CDO) on page 912. Not much
info, but included a reference to more info on MSDN.
Still not much info there either.

Does any know if (and how) CDO might be used to schedule
sending an email - OR - have a suggetion on a better way
to do this.

Thanks! Joe Stroup
(e-mail address removed)
 
M

MD WebsUnlimited.com

Hi Joe,

Using the CDO code is simple the problem you'll have is how to execute the
ASP page on the specific date unless of course you have access to a CRON or
can schedule tasks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top