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
newSubscriberNotification.html
34 lines
| 1 | <p><%= __('Howdy,') %> |
| 2 | |
| 3 | <p><%= __('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 | <p><%= __('Cheers,') %> |
| 8 | |
| 9 | <% if is_garden() %> |
| 10 | <p><%= get_option('blogname')|e('html') %> |
| 11 | <% else %> |
| 12 | <p><%= __('The MailPoet Plugin') %> |
| 13 | <% endif %> |
| 14 | |
| 15 | <% if is_garden() %> |
| 16 | <p><small><%= __('You can disable these emails in your [link]email settings.[/link]' |
| 17 | |replaceLinkTags(link_settings) |
| 18 | ) %></small> |
| 19 | <% else %> |
| 20 | <p><small><%= __('You can disable these emails in your [link]MailPoet Settings.[/link]' |
| 21 | |replaceLinkTags(link_settings) |
| 22 | ) %></small> |
| 23 | <% endif %> |
| 24 | |
| 25 | <% if 'now'|date('Y-m-d') < '2018-11-30'|date('Y-m-d') %> |
| 26 | <p> |
| 27 | <small> |
| 28 | <%= __('PS. MailPoet annual plans are nearly half price for a limited time. |
| 29 | [link]Find out more in the Premium page in your admin.[/link]' |
| 30 | |replaceLinkTags(link_premium) |
| 31 | ) %> |
| 32 | </small> |
| 33 | <% endif %> |
| 34 |