HTML Mail from Lotus Notes To external mail domains

Hello,

In ne of the meetings we discussed of the HTML mails that we receive from external domains like GMAIL,YAHOO or any other technical websites (eg webinar registrations etc). Can we design something similar using Lotus Notes.

Requirement is to design a HTML mailer from Lotus Notes.

Apologies if this has been asked.

Regards

Milind

Subject: NotesMIMEEntity

Look at the above class. You can add HTML to an email using this - specifically the setcontentfromtext method. There are plenty of examples in the forum (search the 6/7 one)

Subject: Thanks

Thanks for the message