sending mails to users taken from a rs (into a .vbs)
- From: "flagpointer" <ginares@xxxxxxxxx>
- Date: 13 Nov 2006 15:28:54 -0800
I have an asp (classic) page from which I send mails to some users. I
select those users from a recordset and depending upon certain
condition, the messsages are sent.
Well, if I load this asp file, all the stuff works fine: the recordset,
the mails sent to the correct users (using CDOSYS in Win2003), so now
they can receive and read the messages without a single problem.
Now I need something like a demon implemented in a .vbs script. With a
bat file running every hour, i need the same functionalities: connect
and build the recordset, and sending the mails to the users in an
automated way, every hour.
But I just don't know if it's possible to do such a task. somebody has
an example of how could you send a mail from a vbs file that works
within the task manager? I don't ask for the task manager obviously,
but for the way sending mails are implemented in an automated .vbs.
I suppose it's not enough to paste part the same code (for connection
and recordset and mails) from the asp file into the vbs.
Hope my explanation is clear enough. Thanks in advance.
.
- Follow-Ups:
- Prev by Date: Re: Local User Password Age - Math Help
- Next by Date: Re: adding error checking to code
- Previous by thread: adding error checking to code
- Next by thread: Re: sending mails to users taken from a rs (into a .vbs)
- Index(es):
Relevant Pages
|