Rich text field gets converted to text list?

The senario is that i have 2 database ,

db1. Sends mail.

db2. Mail in Database to which (db1) sends mail.

  I have a rich text field - DGMABody in db1. When the doc containing this field is mailed to db2, the richtext gets converted to textlist. The agent residing in db2 expects a rich text field DGMABody - throughs error.

Any hint/solution would be greatly appretiated !!!

  • Veera

Subject: Rich text field gets converted to text list ??

Check the server configuration document, and check this field:

SMTP allowed within the local internet domain:

Make sure it is disabled. If not, your server is sending ALL mail using an SMTP connection, which automatically converts the mail from Notes Rich Text into MIME I believe. This would strip your rich text field.

Hope that helps!