| Author |
need to open Outlook express from my java program,insert data there from DB. Need Java Guru's hint!!
|
Andriy Burachinskiy
Greenhorn
Joined: Dec 31, 2008
Posts: 17
|
|
|
Hi, guys. I need to open Outlook express from my java program and insert some data there from DB. How can I do that. Thanks in advance. Any ideas are appreciated... I heard JACOB project may do that. But I have no opinion how to do that. Any references & ideas are appreciated...
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
I wouldn't do that. I would just use JavaMail and connect to the same SMTP server that Outlook Express would connect to. Especially since they improved Windows security so that a human being has to approve it (by clicking a button) when an application tries to use Outlook Express to send an e-mail.
And especially since you posted in this forum, where JavaMail is on topic!
|
 |
 |
|
|
subject: need to open Outlook express from my java program,insert data there from DB. Need Java Guru's hint!!
|
|
|