congratulatoryMssEmail.html
5 months ago
congratulatoryMssEmail.txt
5 months ago
index.php
3 years ago
newSubscriberNotification.html
5 months ago
newSubscriberNotification.txt
5 months ago
statsNotification.html
4 months ago
statsNotification.txt
4 months ago
statsNotificationAutomatedEmails.html
4 months ago
statsNotificationAutomatedEmails.txt
4 months ago
statsNotificationAutomatedEmailsGarden.html
4 months ago
statsNotificationGarden.html
4 months ago
statsNotificationLayout.html
4 months ago
statsNotificationLayout.txt
4 months ago
subscriberLimitThresholdNotification.html
3 months ago
subscriberLimitThresholdNotification.txt
3 months ago
newSubscriberNotification.txt
26 lines
| 1 | <%= __('Howdy,') %> |
| 2 | |
| 3 | <%= __('The subscriber %1$s has just subscribed to your list %2$s!') |
| 4 | |replace({'%1$s': subscriber_email, '%2$s': segments_names}) |
| 5 | %> |
| 6 | |
| 7 | <%= __('Cheers,') %> |
| 8 | <% if is_garden() %> |
| 9 | <%= get_option('blogname') %> |
| 10 | <% else %> |
| 11 | <%= __('The MailPoet Plugin') %> |
| 12 | <% endif %> |
| 13 | |
| 14 | <% if is_garden() %> |
| 15 | <%= __('You can disable these emails in your email settings.') %> |
| 16 | <% else %> |
| 17 | <%= __('You can disable these emails in your MailPoet Settings.') %> |
| 18 | <% endif %> |
| 19 | <%= link_settings|raw %> |
| 20 | |
| 21 | <% if 'now'|date('Y-m-d') < '2018-11-30'|date('Y-m-d') %> |
| 22 | <%= __('PS. MailPoet annual plans are nearly half price for a limited time. Find out more in the Premium page in your admin.') %> |
| 23 | <%= link_premium|raw %> |
| 24 | <% endif %> |
| 25 | |
| 26 |