Articles
-
Sender health
Sender health reflects how well your messages are being received, and directly affects your ability to send. It's ...
-
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: ...
-
Considering shared sending pools vs dedicated IP
Understanding Your IP Infrastructure OptionsWhen sending email through Pendula, you have two distinct approaches t...
-
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: ...
-
Sending email best practices
Effective email communication is essential for engaging customers. This article covers best practices for writing ...
-
Understanding email headers and authentication
When you send an email through Pendula, technical details work behind the scenes to ensure successful delivery and...
-
Wait for email event node
The Wait for Email Event node waits for a specific email event to occur before the flow proceeds, with support for...
-
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...
-
Navigate an email sender profile page (Pendula email)
The Pendula email sender profile details page gives you a central place to review your sending configuration, moni...
-
Setting up a new Pendula email sender profile
An email sender profile manages your email sending configuration, including: Health status tracking, based on perf...
-
How to use variables with the Outbound email node
Variables let you decouple conditional or template logic from your email design—without writing script or jumping ...
-
<% 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 %> <% }); %>
<% }); %>