Send e-mail in lotus script only

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

I want to create an e-mail using Lotus Script and send it and receive a reply using the same script. Is that possible? If so, how can I do that?

 

SHARE
Answered By 55 points N/A #120257

Send e-mail in lotus script only

qa-featured

First of all, look at the documentation of the lotus to see if they have such things available with their software.

  1. After that use the following for to help you out.
  2. First you have to define who is the sender, make a variable and define the email address of the sender.
  3. After that define the receiver. If there are multiple receivers then you can use a variable and pass values to it.
  4. You can also add the date function here too that will specify the date when the letter has been sent.
  5. Now comes the message body which you will be typing all by yourself. If you have a predefined text then you can copy paste it.
  6. For more information, go to this link for further help and support.

Related Questions