Goal:
I want to send an email using the richTextEditor
component in Retool. The goal is to allow users to compose a formatted email with HTML styling (bold text, links, lists, etc.) and send it using a Retool email resource while preserving the formatting.
Steps:
- I set up a
richTextEditor
component in Retool for composing emails. - I configured the email send resource in Retool and set the content type to
HTML
. - I passed the
richTextEditor
value as the email body. - However, when the email is received, the formatting is lost, and it appears as plain text instead of an HTML-formatted email.
Details:
- Retool Component:
richTextEditor
- Email Sending Method: Retool's built-in email resource
- Configuration:
richTextEditor
output is stored asHTML
- Email resource is set to send content as
HTML
- Issue: Despite setting both components to handle
HTML
, the received email does not apply the expected formatting.
Screenshots:
richTextEditor Preview:
Email Preview :