Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/channels/emails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@

The Email overview allows at-a-glance information regarding the success or failure of a particular Email. You can quickly see relevant information in regards to opens, bounces, successful click-throughs and other important statistics.

At the top of the Email details page, a row of stat cards summarizes how the Email is performing. Each card links to a filtered Contact list, so you can see exactly which Contacts it represents:

Check warning on line 74 in docs/channels/emails.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Landing Page' instead of 'page'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Landing Page' instead of 'page'.", "location": {"path": "docs/channels/emails.rst", "range": {"start": {"line": 74, "column": 33}}}, "severity": "INFO"}

- **Sent** - the number of Contacts that have received this Email, including both successful and failed sends, for the entire time period.
- **Read** - the number of Contacts that have read this Email, shown alongside the read percentage.
- **Queued** - the number of Contacts that have this Email queued to send based on their frequency rules.
- **Pending** - the number of Contacts that haven't yet received this Email. This card appears only for Segment Emails. Triggered Emails - those used in a Campaign rather than sent to a Segment - don't show the **Pending** card. It always reported zero for them, which falsely suggested that Mautic was sending no Emails.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #16304 changes details.html.twig so the mautic.email.stat.pending card is only merged into emailStats when email.isSegmentEmail() is true, hiding it for triggered Emails where getPendingCount() always returned zero. This is the source for documenting that the Pending card appears only for Segment Emails. The stat definitions (Sent/Read/Queued/Pending) come from the mautic.email.stat.* tooltip strings in the EmailBundle messages.ini.

Source: mautic/mautic#16304


.. vale off

Email Drafts
Expand Down
Loading