| ... | in unsubscribe.naml |
|
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
<macro name="send_unsubscription_reminder" requires="subscription,node_page,servlet">
<n.set_local_subscription.this_subscription />
<n.new_email.>
<n.send>
<to><n.user.user_email/></to>
<subject><t>You have been unsubscribed from <t.location.page_node.subject/></t></subject>
<text_part>
<t>Dear user,</t>
<t>Your subscription to <t.location.page_node.subject/> has been removed.
If this was a mistake, you can re-subscribe by following the link below:</t>
<n.local_subscription.subscribe_by_code_url subscription_to="[n.to/]"/>
<t>Sincerely,</t>
<t>The Nabble team</t>
________________________________________
<t>Free Embeddable <t.app.page_node.view_name/></t> powered by Nabble
<n.nabble_homepage/>
</text_part>
<html_part>
<t>Dear user,</t><br/>
<br/>
<t>Your subscription to <t.location.page_node.subject/> has been removed.
If this was a mistake, you can re-subscribe by following the link below:</t><br/>
<n.local_subscription.subscribe_by_code_url subscription_to="[n.to/]"/><br/>
<br/>
<t>Sincerely,</t><br/>
<t>The Nabble team</t><br/>
________________________________________<br/>
<t>Free Embeddable <t.app.page_node.view_name/></t> powered by Nabble<br/>
<n.nabble_homepage/><br/><br/>
</html_part>
</n.send>
</n.new_email.>
</macro>
|
| Free forum by Nabble | Edit this page |