Sorry I wasn't more .....specfic. I do know how to email, of course....but I
need to send this .....without user intervention say at......12 Midnight on
a sunday. I need specific code to do this.....just wanted someone to point
me in the right direction
If you have XP Pro, it comes with Internet Information Services, including the SMTP server. You can write a Visual Basic Script or EXE to send the e-mail, using the built in SMTP engine and Collaboration Data Objects (CDOSYS).
There are other ways to skin this problem, but if you have any
programming background, get Python (a terrific programming
environment/language, which is free) from www.python.org. It has the
necessary libraries and capablities to do this probably in just a few
lines of code. You then would use XP's scheduler to schedule the
operation at midnight. My recollection is that a program like this is
included the documentation as an example.
Hope this is useful to you. Let us know.
rms
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.