PluginProbe
MailPoet – Newsletters, Email Marketing, and Automation / 5.37.0
MailPoet – Newsletters, Email Marketing, and Automation v5.37.0
5.38.0 5.37.0 5.36.1 5.36.0 5.35.1 5.35.0 5.34.3 5.34.2 5.34.1 5.34.0 5.33.1 5.33.0 5.32.0 5.31.0 5.30.0 5.29.0 5.28.1 5.28.0 5.27.0 5.26.0 5.26.1 5.25.0 5.24.0 4.43.0 4.43.1 All 542 releases
mailpoet / views / emails / newSubscriberNotification.html
newSubscriberNotification.html
34 lines 928 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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