Hi there. I have a situation where a scheduled agent creates an email using the content copied from a RichText field and automatically sends the final mail.
If sent internally to Notes, the email appears as formatted inside the RichText field; if sent externally it arrives as plain text with RichText elements as attachments.
If I were to send the same mail manually to the external address it arrives as intended, so the issue is the agent sending on its own.
The client internet mail settings where the agent runs is set to Mime-Only and is greyed out, so I can’t change anything there, so I guess I need to code the email creation differently…perhaps using NotesMIMEEntity class, but I’m not sure how to apply the contents of the RichText field to it.
Any advice would be appreciated. Thanks.