ejgarcia,
Here's a solution, it may not be your solution but
maybe it will give you an idea.
I had the same problem, we wanted to send email reminders
to customers.
The solution that worked for me:
1) Wrote word macro in VB that used "send keys" to
activate refresh button in my Outlook "inbox"
(web page to email) then with
"send keys" in macro activated "send as email"
works great, but is only good solution for you
if you enjoy learning programming, pulling your
hair out, and staying up late.
2) You will have to figure out how to get your email
addresses into the "To:" field I think you could
use a table in word pull the data from that.....
Anyway I use a cgi table on the server side to
pull the email addresses.
It was a fun project.
Let me know if you want to pursue.
Good Luck!!!
2b||!2b