Is there a way to send mail using Lotus Notes mail server in Java with JavaMail or any other API?
Created May 4, 2012
Animikh Sen You can turn on the SMTP service in the Notes server to send mail.
You can also create a IMAP mailBox and turn on the IMAP service in Notes (I think only in 4.6 + versions) and read from there using JavaMail.
You can also create a IMAP mailBox and turn on the IMAP service in Notes (I think only in 4.6 + versions) and read from there using JavaMail.