Hi, I want to know is exists Java Class that could have the ability to start a Lotus Notes instance (a user already created in the Domino Directory, with their Notes ID and password, it is not necesary that the Lotus Notes client starts, of course) and can send mail (To, CC, BCC, Subject, Body and attachments). We need this because we have an application in a Oracle DB created in PL/SQL that we need to send mail with a Lotus Notes address style, no SMTP. If there is another way (easier or not) to do this please tell me.
Thanks in advance.
Subject: Java Class - PL/SQL
I know you can connect from Lotus to oracle through several methods. You may have better luck using an oracle user group to see if anyone has found a way to interact. The one way I can think of that you could for sure accomplish this is to use the LEI, build a table with records containing the data you want to mail including the list you provided:
(To, CC, BCC, Subject, Body and attachments)
Then using the LEI move the records over to notes documents.
Next have a scheduled agent that picks up those docs and sends the email and deletes the docs from the notes DB.
GL,
Shawn