Apologies for the confusion. It seems there was a misunderstanding. Form Mule, as a Google Sheets add-on, does not have a built-in HTML editor to compose HTML emails directly.
Instead, to send beautiful HTML emails, you need to provide the HTML content directly within the Google Sheets cell, and Form Mule will use the content from that cell to send the email. You can paste the HTML code into a specific cell in your Google Sheet and then refer to that cell in Form Mule to send the email.
Here's a step-by-step guide on how to send an HTML email using Form Mule:
1. Prepare your email content: Use any WYSIWYG editor online or a local editor like Visual Studio Code or Sublime Text to write your HTML code. Design the email with the desired formatting, images, and styles.
2. Create a Google Sheet: Open Google Sheets and create a new spreadsheet or use an existing one. This sheet will be used to trigger the email and store any relevant data.
3. Install Form Mule Add-on: In Google Sheets, go to "Add-ons" > "Get add-ons" and search for "Form Mule." Click on "Install" to add the Form Mule add-on to your Google Sheets.
4. Set up Form Mule: Once Form Mule is installed, you can set it up to send emails based on a trigger. For example, you can set up the email to be sent when a new form response is submitted or based on a specific condition in your Google Sheet.
5. Insert HTML content into a cell: In your Google Sheet, select the cell where you want to include the HTML content of your email. You can paste the entire HTML code into that cell.
6. Configure Form Mule email settings: In the "Form Mule" sidebar, you'll have options to specify the recipient email addresses, subject line, email body, etc. For the "Email body," you can click on the cell icon and select the cell that contains your HTML code.
7. Insert placeholders (optional): If you want to personalize the emails, you can insert placeholders in your HTML code, as mentioned before. You can include placeholders like {{Name}}, {{Email}}, etc., in your HTML content, and Form Mule will replace them with actual data from your Google Sheet.
8. Test and send the email: Once everything is set up, you can test the email by triggering the process (either through a form submission or the specified trigger). If everything looks good, you can proceed to send the email to your recipients.
By following these steps, you can use Form Mule to send beautiful HTML emails from Google Sheets. Although Form Mule does not have an HTML editor, you can still include your HTML code within a cell in the Google Sheet and use that content to send the email.