Email autoresponder templates can be written in two ways: as a rich-text HTML email built in the visual editor, or as a plain-text message. The HTML editor also has a source view, so you can paste and edit raw HTML when a design comes from outside Admoji.
Step 1: Choose HTML or Text
Open the template from Email Templates.
In the Type field, select HTML for a formatted email or Text for a plain-text one.
HTML shows the visual editor with its formatting toolbar. Text shows a single message box with no formatting.
Switching from HTML to Text converts the email to plain text: the markup is dropped and only the readable text is kept.
Step 2: Write the email
The toolbar of the HTML editor covers the usual formatting: bold, italic, underline, strikethrough, clear formatting, highlight, headings, blockquote, horizontal rule, bullet and numbered lists, subscript and superscript, emojis, links, alignment, and undo/redo.
To insert an image, click the image control and choose From URL to paste a link, or From Computer to upload a file.
To insert a personalization token, click View Tokens and click any token in the list to drop it at the cursor. Tokens work in both HTML and Text mode.
Step 3: Edit the raw HTML (source view)
Use the source view when you already have the HTML of the email and want to paste it in as-is, or when you need to fix markup the visual editor cannot reach.
Make sure Type is set to HTML.
In the first group of the toolbar, click the Toggle HTML source view control.
The editor is replaced by a monospaced box holding the stored HTML of the template. Paste or edit the markup there.
Click the same control again to go back to the visual editor.
<style> block or several inline styles opens in source view on its own, so the visual editor cannot strip the design.Step 4: Preview and save
Click Preview to see how the email renders before saving. The button appears once the HTML body has content.
Click Save to store the template.
Related articles