• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

larva

Member
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

 
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.
 
Back
Top