Email - Easiest way to email database

  • Thread starter Thread starter James Hoey
  • Start date Start date
J

James Hoey

What is the easiest way to email all of your customers in
a database
 
Hi James,

Zip it, attach it, and send it.

How big is the database?

HTH
Immanuel Sibero
 
Use the SendObject method, either from a macro or vba
code.

If you're using VBA, you can loop through all the
people's names, set their name to a variable, and use
that variable as the To: address in your SendObject
statement.

HTH
 
-----Original Message-----
What is the easiest way to email all of your customers in
a database
.
Did anyone get back to you re this - I am having the same
problem?
 

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