Skip to content

Document Email details stat cards and Pending card scope for Segment vs. triggered Emails#782

Open
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/hide-pending-card-triggered-emails-7.2
Open

Document Email details stat cards and Pending card scope for Segment vs. triggered Emails#782
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/hide-pending-card-triggered-emails-7.2

Conversation

@promptless-for-oss

Copy link
Copy Markdown

Open this suggestion in Promptless to view citations and reasoning process

Expands the Email overview section in emails.rst to document the Sent, Read, Queued, and Pending stat cards on the Email details page, and clarifies that the Pending card appears only for Segment Emails. Reflects mautic/mautic#16304, which hides the Pending card on triggered (Campaign) Emails where it always showed zero.

Trigger Events


Tip: Point @Promptless at some of your docs debt and have it clean them up in the background 🧹

Document the Sent, Read, Queued, and Pending stat cards on the Email
details page, and clarify that the Pending card appears only for Segment
Emails. Triggered Emails no longer show the Pending card (mautic/mautic#16304).
Comment thread docs/channels/emails.rst
- **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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant