Groupwise Auto Send mail using Visual C++/Basic 6.0/Java

larva

Member
Jul 15, 2001
185
0
0
Hi folks,

I got a huge list of customer to send email to with attachment daily. Any program that can auto send these mail using Groupwise at specific time ? The customer email address should store in Groupwise or Oracle8i Database ? Thank You ! I would appreciate any kind assistance !

Regards,
Mark

 

m0ti

Senior member
Jul 6, 2001
975
0
0
you could use the JavaMail API together with JDBC for your database access. take a look at java.sun.com and do a search on JavaMail to get more info about it. JDBC is incredibly simple (they've got a tutorial on it). From what I've seen JavaMail is fairly easy to use.