I have this task of sending emails using vbscript ASP Classic. I want to send
emails to users based on a certain criteria. For example, if a user has to
renew membership an automatic email would be sent to remind them. This is
done from the web application with out any intervention.

I tried using the Application Object in Global.asp, but don't have much
knowlege about using it. Can some out help with this problem?

Thanks
--
techno_zed

Re: Auto Emails Without User Intervention by rusty

rusty
Thu Jul 26 15:29:13 CDT 2007

On Jul 26, 12:36 pm, Shurmoore <Shurmo...@discussions.microsoft.com>
wrote:
> I have this task of sending emails using vbscript ASP Classic. I want to send
> emails to users based on a certain criteria. For example, if a user has to
> renew membership an automatic email would be sent to remind them. This is
> done from the web application with out any intervention.
>
> I tried using the Application Object in Global.asp, but don't have much
> knowlege about using it. Can some out help with this problem?
>
> Thanks
> --
> techno_zed


Hello,

Use Microsoft's Collaboraiton Data Objects CDONTS or CDOSYS explicitly
in your script. Here a two links which have good examples of their
implementation.

http://www.powerasp.com/content/new/sending_email_cdosys.asp

http://support.microsoft.com/kb/186204


HTH

-Rus