Bulk email programming technic

K

KenW

I need to send out emails to our clients without mistakenly sending out the
wrong email letter. I would like our marketing department to verify what
will be sent before they are actually released. It would be nice to allow
the emails to stay in the outbox until they are verified. Marketing could
double check that these are the correct letters to be sent and who should
get them.

What is the best way to set up to send out bulk emails? Should I put the
recipient info and content in the database? Should I only store the
recipient info (list of email addresses and possibly name just in case I
want to personalize the emails)?

I store the email address and names, but I build the html content (message)
on the fly as they are being sent. Bad part about this is once you click the
button, there's no way to stop it.

I'm using vb dot net. Database is SQL Server. The email program I'm using is
what came with dot net.

Any help will be appreciated.
 
M

Mike Glen

Hi Ken,

This newsgroup is for Microsoft Project - try one of the Office newsgroups.


Mike Glen
Project MVP
 

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

Top