Sending HTML with LotusScript

We have a LS agent that needs to send html links () but when users receive the emails they see the html code instead of links.

How can I fix this

Thanks in advance

Subject: Sending HTML with LotusScript

If you want to send HTML mail, use the NotesMIME classes to create a MIME-formatted message. See this posting by Raymond Neeves for a solution:

http://www-10.lotus.com/ldd/nd6forum.nsf/0/968dc0be9ba31b8085256d8d008168f5

Subject: RE: Sending HTML with LotusScript

I have tried all the options found on that link, but none of this works… do I have to change something on my server config ?

Subject: Sending HTML with LotusScript

Hi

I know you are asking for a LS solution, but i could resist giving an alternate solution.

If you do just a little Java then take a look at :

http://jakarta.apache.org/commons/email/

It is an Apache API for sending email built on top of the Java Mail API, which it aims to simplify.

It is actually easier to send HTML email this way that doing it with LS.

See the examples:

http://jakarta.apache.org/commons/email/userguide.html

brgds

Jesper Kiaer

http://www.jezzper.com