congratulatoryMssEmail.html
3 months ago
congratulatoryMssEmail.txt
3 months ago
index.php
3 years ago
newSubscriberNotification.html
3 months ago
newSubscriberNotification.txt
3 months ago
statsNotification.html
2 months ago
statsNotification.txt
2 months ago
statsNotificationAutomatedEmails.html
2 months ago
statsNotificationAutomatedEmails.txt
2 months ago
statsNotificationAutomatedEmailsGarden.html
2 months ago
statsNotificationGarden.html
2 months ago
statsNotificationLayout.html
2 months ago
statsNotificationLayout.txt
2 months ago
congratulatoryMssEmail.txt
12 lines
| 1 | <%= __('Congrats!') %> |
| 2 | |
| 3 | <% if is_garden() %> |
| 4 | <%= __('Your emails are now being sent') %> |
| 5 | |
| 6 | <%= __('This email was sent automatically after you activated your email sending key in your settings.') %> |
| 7 | <% else %> |
| 8 | <%= __('MailPoet is now sending your emails') %> |
| 9 | |
| 10 | <%= __('This email was sent automatically with the MailPoet Sending Service after you activated your key in your MailPoet settings.') %> |
| 11 | <% endif %> |
| 12 |