Hi,
First time here. Looks quite nice. I have a little problem with something. I'm trying to send out e-mails using Persits Email Component. I have an access database with a row called (Email) and several emails inside of it (About 10 emails). How to i form my SQL Query and what should i do so that when i get to this
Code:
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.AddAddress EmailList
It send the email to everybody that had an email in that row. Thanks for any help provided, very much appreciated.