I need to send a single document, a Notice of Race, to 290 sailors whose names are in an Access table. Would really appreciate some direction on how to do this.
I'm assuming you know how to query your table for the names. Once you do that all you need to do is loop through each name in the table and execute your Sendmail procedure. Here's the Sendmail procedure I use. It doesn't rely on the clients E-Mail client and just send via SMTP. The only requirement obviously is that you have a SMTP server available to you.
Public Function SendMail(sFrom As String, sTo As String, sSubject As String, sMessage As String)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.