{% emailheading %}This is a heading{% endemailheading %}
emailcontent
{% emailcontent %}
Only makes a grey block that can contain other elements or text - shouldn't be used without wrapping emailparagraph
{% endemailcontent %}
emailparagraph
{% emailcontent %}
{% emailparagraph %}This is just plain text, nothing else.{% endemailparagraph %}
{% endemailcontent %}
emaildel
{% emailcontent %}
{% emailparagraph %}Next block of text {% emaildel %}will be printed in strikethrough letters{% endemaildel %}{% endemailparagraph %}
{% endemailcontent %}
emailbold
{% emailcontent %}
{% emailparagraph %}Next block of text {% emailbold %}will be printed in bold letters{% endemailbold %}{% endemailparagraph %}
{% endemailcontent %}
emailitalic
{% emailcontent %}
{% emailparagraph %}Next block of text {% emailitalic %}will be printed in italic letters{% endemailitalic %}{% endemailparagraph %}
{% endemailcontent %}
emailcolor
{% emailcontent %}
{% emailparagraph %}Next block of text {% emailcolor color="#CC3388" %}will be printed in colored letters{% endemailcolor %}{% endemailparagraph %}
{% endemailcontent %}
emailsmall
{% emailcontent %}
{% emailsmall %}This is some small text.{% endemailsmall %}
{% endemailcontent %}
emailmedium
{% emailcontent %}
{% emailmedium %}This is some medium sized text.{% endemailmedium %}
{% endemailcontent %}
emailcenter
{% emailcontent %}
{% emailcenter %}This is some centered text.{% endemailcenter %}
{% endemailcontent %}
emailparagraph (with emaillink)
{% emailcontent %}
{% emailparagraph %}This is some text with a link to {% emaillink placeholder="RegioHelden"%}https://regiohelden.de{% endemaillink %}.{% endemailparagraph %}
{% endemailcontent %}
emailparagraph (with emailnowrap)
{% emailcontent %}
{% emailparagraph %}This is some text with a link to {% emailnowrap %}this text will never wrap{% endemailnowrap %}.{% endemailparagraph %}
{% endemailcontent %}
emailsection
{% emailcontent %}
{% emailsection %}This is a section{% endemailsection %}
This text does not belong to the section anymore but shows the included margin.
{% endemailcontent %}
emailsection center="true"
{% emailcontent %}
{% emailsection center="true" %}This is a centered section{% endemailsection %}
This text does not belong to the section anymore but shows the included margin.
{% endemailcontent %}
emailsectionheadline
{% emailcontent %}
{% emailsectionheadline %}This is a section headline for inline use{% endemailsectionheadline %}
{% endemailcontent %}
emaileyecatcher
{% emaileyecatcher image="img/email/som/eyecatcher_impressions.png" heading="This is an eyecatcher"%}What a beautiful thing - looks like it's made of angel tears{% endemaileyecatcher %}
emaileyecatcher (without subline)
{% emaileyecatcher image="img/email/som/eyecatcher_impressions.png" heading="This is an eyecatcher" %}{% endemaileyecatcher %}
emaileyecatcher (without subline and image)
{% emaileyecatcher image="" heading="This is an eyecatcher" %}{% endemaileyecatcher %}
{% emaillist %}
{% emaillistitem %}First line in this awesome list{% endemaillistitem %}
{% emaillistitem %}Second line makes it look gorgeous{% endemaillistitem %}
{% endemaillist %}
{% endemailcontent %}
emaillist (ordered), emaillistitem
{% emailcontent %}
{% emaillist ordered=True %}
{% emaillistitem %}First line in this awesome list{% endemaillistitem %}
{% emaillistitem %}Second line makes it look gorgeous{% endemaillistitem %}
{% endemaillist %}
{% endemailcontent %}
emailwarning
{% emailcontent %}
{% emailwarning %}This is severe! Take cover.{% endemailwarning %}