Hi!
I am developing a intranet package that requirs sending mail in response to events. The mail has to be sent within the intranet to a Lotus Notes (Domino) server. Will JavaMail API work with Domino servers because, I don't think it uses SMTP for internal send mail operations. Please correct me if I am wrong.
Any help would be appreciated.
Thanks in advance!
Manoj
-
Java Mail and Lotus Notes... (3 messages)
- Posted by: Manoj Joseph
- Posted on: July 18 2002 00:12 EDT
Threaded Messages (3)
- Java Mail and Lotus Notes... by gopi nath on July 19 2002 00:05 EDT
- Java Mail and Lotus Notes... by Manoj Joseph on July 19 2002 12:00 EDT
- Java Mail and Lotus Notes... by Manoj Joseph on October 29 2002 10:36 EST
- Java Mail and Lotus Notes... by Manoj Joseph on July 19 2002 12:00 EDT
-
Java Mail and Lotus Notes...[ Go to top ]
- Posted by: gopi nath
- Posted on: July 19 2002 00:05 EDT
- in response to Manoj Joseph
hi manoj,
We had a similar situation and we were forced to take a different route because java API had no match with domino server for mailing.
We wrote a Lotus Notes agent which reads an EMAIL table. This table is populated by the java application in response to the events.
Hope this helps.
-Gopi -
Java Mail and Lotus Notes...[ Go to top ]
- Posted by: Manoj Joseph
- Posted on: July 19 2002 12:00 EDT
- in response to gopi nath
Thanks gopi. Can you or anyone tell me how I go about writing a Lotus Notes agent (which reads an EMAIL table). Can anyone direct me to some resources?
-
Java Mail and Lotus Notes...[ Go to top ]
- Posted by: Manoj Joseph
- Posted on: October 29 2002 10:36 EST
- in response to Manoj Joseph
Funny thing. Java API does work with Lotus Notes.
:))
Manoj