Files
piratepoet/views/emails/newSubscriberNotification.txt
2018-10-22 11:19:01 +02:00

18 lines
532 B
Plaintext

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