Auto Send E-mail

  • Thread starter Thread starter George
  • Start date Start date
G

George

In my database one of the fields is Guardsmen's birthdate.
Is there a way to auto send an e-mail to a list of people
based on their birthdate.

Thanks - George
 
George said:
In my database one of the fields is Guardsmen's birthdate.
Is there a way to auto send an e-mail to a list of people
based on their birthdate.

Thanks - George

You need a function that extract with a Query or Recordset
the List, and send Mail with one of many method supported
to sending mail:

CDO
MAPI
WINSOCK
OUTLOOK
ecc.....!

This function can be runned on Start_up with Autoexec(Macro)
and only once for day, sò you can save in some place(Registry
or INI file or Database Property) the effect.

Bye.
 

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

Back
Top