congratulatoryMssEmail.html
4 months ago
congratulatoryMssEmail.txt
4 months ago
index.php
3 years ago
newSubscriberNotification.html
4 months ago
newSubscriberNotification.txt
4 months ago
statsNotification.html
3 months ago
statsNotification.txt
3 months ago
statsNotificationAutomatedEmails.html
3 months ago
statsNotificationAutomatedEmails.txt
3 months ago
statsNotificationAutomatedEmailsGarden.html
3 months ago
statsNotificationGarden.html
3 months ago
statsNotificationLayout.html
3 months ago
statsNotificationLayout.txt
3 months ago
subscriberLimitThresholdNotification.html
2 months ago
subscriberLimitThresholdNotification.txt
2 months ago
subscriberLimitThresholdNotification.html
29 lines
| 1 | <p><%= __('Howdy,') %></p> |
| 2 | |
| 3 | <p><%= __('Your site currently has %1$s subscribers out of a %2$s subscriber limit.') |
| 4 | |replace({'%1$s': count, '%2$s': limit}) |
| 5 | %></p> |
| 6 | |
| 7 | <% if hasValidApiKey %> |
| 8 | <p><%= __('You have reached %s% of your MailPoet plan’s subscriber limit.') |
| 9 | |replace({'%s': threshold}) |
| 10 | %></p> |
| 11 | |
| 12 | <p><%= __('Upgrade your MailPoet plan to keep growing your audience: [link]manage your MailPoet plan[/link].' |
| 13 | |replaceLinkTags(link_upgrade) |
| 14 | ) |
| 15 | %></p> |
| 16 | <% else %> |
| 17 | <p><%= __('You have reached %s% of the free version’s subscriber limit.') |
| 18 | |replace({'%s': threshold}) |
| 19 | %></p> |
| 20 | |
| 21 | <p><%= __('Upgrade to a MailPoet plan to keep growing your audience: [link]view MailPoet plans[/link].' |
| 22 | |replaceLinkTags(link_upgrade) |
| 23 | ) |
| 24 | %></p> |
| 25 | <% endif %> |
| 26 | |
| 27 | <p><%= __('Cheers,') %></p> |
| 28 | <p><%= __('The MailPoet Plugin') %></p> |
| 29 |