Brak opisu

newSubscriberNotification.html 663B

123456789101112131415161718192021222324
  1. <p><%= __('Howdy,') %>
  2. <p><%= __('The subscriber %$1s has just subscribed to your list %$2s!')
  3. |replace({'%$1s': subscriber_email, '%$2s': segments_names})
  4. %>
  5. <p><%= __('Cheers,') %>
  6. <p><%= __('The MailPoet Plugin') %>
  7. <p><small><%= __('You can disable these emails in your [link]MailPoet Settings.[/link]'
  8. |replaceLinkTags(link_settings)
  9. ) %></small>
  10. <% if 'now'|date('Y-m-d') < '2018-11-30'|date('Y-m-d') %>
  11. <p>
  12. <small>
  13. <%= __('PS. MailPoet annual plans are nearly half price for a limited time.
  14. [link]Find out more in the Premium page in your admin.[/link]'
  15. |replaceLinkTags(link_premium)
  16. ) %>
  17. </small>
  18. <% endif %>