Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Sending HTML email with nlapiSendEmail
Hi,
Is it possible to send HTML email using the nlapiSendEmail function? When we attempt to do this the message is still sent as plain text and so the HTML tags are visible in the message.
We have tried using a template and merging via nlapiMergeEmail but the tags remain visible and the message headers show that the message is plain text rather than text/html as required.
There seems to be no way that we can determine to force the sending of the message as HTML rather than plain text.
We require this function as we would like to script the automatic sending of an email to customers that includes much more detailed information than is available when merging with a template and thus using the rather restricted scope of the CRMSDK tags to provide the custom message content.