automatic emails sent out?

P

paul69

I am using FP 2003 with access database...can I get an email message to be
automatically sent out on certain dates to certain emails found in that
database? If so, how do I do it?

Thanks in advance,

paul
 
S

Stefan B Rusynko

Not unless you go to the site (say a page not accessible to others) and run some link or action script
- there is no automatic "timer" in VBscript or Access that will do it w/o user a action
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am using FP 2003 with access database...can I get an email message to be
| automatically sent out on certain dates to certain emails found in that
| database? If so, how do I do it?
|
| Thanks in advance,
|
| paul
 
M

MikeR

paul69 said:
I am using FP 2003 with access database...can I get an email message to be
automatically sent out on certain dates to certain emails found in that
database? If so, how do I do it?

Thanks in advance,

paul
As Stefan says, not with a timer.
If you have a page that's accessed daily, you could add a date field and a status
field to your database.

Then that page have a script function to check the date and status in the database,
and execute the code to send the e-mail, then mark it done for that time
period(day,week,month etc).
Mike
 

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