Dittofeed provides two forms of email template editing:
The low-code editor provides a notion-like interface for composing lightly styled emails. Blocks are inserted into the template by typing the /
key and selecting the desired block from the list of suggestions.
Text can be formatted by highlighting the text and selecting the desired formatting options from the toolbar that appears.
The code-based email editor supports Liquid syntax, HTML, and MJML. Learn more about coding responsive emails in MJML in the next section.
An example of a rendered “welcome email” template using MJML and Liquid:
A view of the dashboard editor with the template code:
A full view of your user properties, editor, and a rendered email preview:
Dittofeed supports sending email attachments.
When possible, you should link to files using a URL rather than sending them as attachments. Email attachments can have a substantial negative impact on emails’ deliverability.
Sending email attachments requires using File
type user properties. First, create a user property that will capture the file you’re interested in sending.
Then, include a reference to this file in your template, by clicking on “Options”.
Finally, send a track event with the files you’d like to attach.
Dittofeed provides two forms of email template editing:
The low-code editor provides a notion-like interface for composing lightly styled emails. Blocks are inserted into the template by typing the /
key and selecting the desired block from the list of suggestions.
Text can be formatted by highlighting the text and selecting the desired formatting options from the toolbar that appears.
The code-based email editor supports Liquid syntax, HTML, and MJML. Learn more about coding responsive emails in MJML in the next section.
An example of a rendered “welcome email” template using MJML and Liquid:
A view of the dashboard editor with the template code:
A full view of your user properties, editor, and a rendered email preview:
Dittofeed supports sending email attachments.
When possible, you should link to files using a URL rather than sending them as attachments. Email attachments can have a substantial negative impact on emails’ deliverability.
Sending email attachments requires using File
type user properties. First, create a user property that will capture the file you’re interested in sending.
Then, include a reference to this file in your template, by clicking on “Options”.
Finally, send a track event with the files you’d like to attach.