🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:42:09 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
views
/
emails
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/views/emails
🔄 Refresh
✏️
Editing: statsNotificationAutomatedEmails.txt
Writable
<% extends 'emails/statsNotificationLayout.txt' %> <% block content %> <%= __('Your monthly stats are in!') %> <% for newsletter in newsletters %> ------------------------------------------ <%= newsletter.subject %> <%= stats_number_format_i18n(newsletter.clicked) %>% <%= __('clicked') %> (<%= clicked_stats_text(newsletter.clicked) %>) <%= stats_number_format_i18n(newsletter.opened) %>% <%= __('opened') %> <%= stats_number_format_i18n(newsletter.machineOpened) %>% <%= __('machine-opened') %> <%= stats_number_format_i18n(newsletter.unsubscribed) %>% <%= __('unsubscribed') %> <%= stats_number_format_i18n(newsletter.bounced) %>% <%= __('bounced') %> <%= __('View all stats') %> <%= newsletter.linkStats %> <% endfor %> ------------------------------------------ <% endblock %>
💾 Save Changes
❌ Cancel