create e-mails

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to write code to interrogate a table and create and send
e-mails from the data in the table.
 
Hi,
Yes. Write a query to 'interogate' the table, open a recordset based on this query.
Use SendObject to dispatch the email using the fields in the recordset for your data.
 
Back
Top