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