How to configure domino server to send all mail as HTML

We need to configure our mail server to be able to send all the emails in HTML format. This is needed so that our applications can send the emails in desired format.

Please specify all the steps.

Thanks.

Subject: Applications can send emal in MIME format

without having to modify anything on the server.
Explain what you are trying to achieve, it may just be your experience that makes you think you have to do something a certain way vs another way.

Subject: Domino application is sending email in notes format to outlook client

They are not properly formatted when seen from outlook client (we have recently migrated to exchange).They want us to change the server to be able to send emails in HTML format or notes client to be able to send in HTML format.

How can we accomplish this ?

Are HTML and MIME same ?

Subject: Are you using agents to send the mails?

If yes, then you can update your agents to send MIME emails. What you think is a HTML email, is a MIME email.

Google for Notes send mime email, lots of sample code out there.

Subject: Applications send emails

WE have custom apps that sends email. Changing anything with apps need Cost so we are only left with two options:1. Configure server to send HTML emails

  1. Configure notes client for HTML emails.

How can we acheive this.

Subject: In File Preferences

In your File, Preferences on your Notes client, you can set the format for outgoing mail for your client:

On the server, pretty much, if the outgoing mail is not to a Domino system, it’s going to be converted to MIME automatically already, but here are the instructions, so you can check your setup:

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.help.domino.admin.doc%2FDOC%2FH_SPECIFYING_MIME_CONVERSION_OPTIONS_OVER.html

By having your code create MIME emails, vs using Domino’s Notes Rich Text to MIME conversion, you will get emails that look exactly as you expect, but as you have no money, I think you’ll find your emails are going to stay as you have them.

Subject: Thank You so much - Thats all I wanted to know.