Problem with sending mail with Lotus notes

Asked By 0 points N/A Posted on -
qa-featured

I am working with an application, in which I have to send emails by Lotus notes (.NET).

But, sending emails is possible only when Lotus Notes mail is open.

If I close the program and try to send emails then it doesn’t works.

Please, help to overcome this problem.

SHARE
Answered By 80 points N/A #108258

Problem with sending mail with Lotus notes

qa-featured

Hello,

To be able to solve your problem, you just need to write and agent which is scheduled and triggered at least once a day.

You can check if new documents exists or not in this agent. You will be needing Lotus Java to be able to do this.

In Lotus Script there should be something like this:

  • Dim maildoc As NotesDocument
  • Dim body As NotesRichTextItem
  • Dim s As New notessession
  • Dim db As NotesDatabase
  • Dim coll As NotesDocumentCollection

For more information, you can just check out this site.

Zorian

Related Questions