Cordial does not provide a text versionĀ for email messages. Text bodies are no longer necessary as most recipients now have the ability to view HTML messages on their Smartphones. This had been a best practice historically when the user experience on mobile and some now obsolete email clients could not render HTML appropriately. It is still a best practice to mix text and images within your HTML to minimize filtering by some spam filtering algorithms.
How can we help?
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Comments
0 comments
Please sign in to leave a comment.