Articles
-
Introduction to Sender Profiles
Sender Profiles help you manage your sending reputation and deliverability across all messaging channels from one ...
-
Outbound email
The outbound email node sends a single email with optional attachments. There are outcomes for 'sent' and optional...
-
Designing emails: Build from scratch
Outbound email nodeIn Pendula, there are two primary methods for designing emails within the Outbound email node: ...
-
How CC and BCC work in outbound email
Pendula supports CC (carbon copy) and BCC (blind carbon copy) recipients in outbound emails, allowing you to inclu...
-
Designing emails: Use HTML code
Outbound email nodeIn Pendula, there are two primary methods for designing emails within the Outbound email node: ...
-
Setting up Custom Domains for secure email delivery using Pendula
For marketers looking to authenticate their brand and boost credibility in client communication, sending emai...
-
Understanding email headers and authentication
When you send an email through Pendula, technical details work behind the scenes to ensure successful delivery and...
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>