send_unsubscription_reminder

NAML documentation   Watch a video
   Usages of this macro
... 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
Macro
Parameters: subscription
.this_subscription
Binary
Namespace: SubscriptionNamespace
Parameters: do
 />
    <n.new_email
Binary
Namespace: NabbleNamespace
Parameters: do
.>
        <n.send
Binary
Namespace: EmailNamespace
Parameters: cc, html_part, text_part, bcc, attachments, aol_part, to_name, subject, from, to, from_name
>
            <to><n.user
Binary
Namespace: SubscriptionNamespace
Parameters: do
.user_email
Binary
Namespace: UserNamespace
/></to>
            <subject><t>You have been unsubscribed from <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/></t></subject>
            <text_part>
                <t>Dear user,</t>
 
                <t>Your subscription to <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/> has been removed.
                If this was a mistake, you can re-subscribe by following the link below:</t>
                <n.local_subscription
Macro
Parameters: do
.subscribe_by_code_url
Macro
Requires: subscription
Parameters: subscription_to
 subscription_to="[n.to
Binary
Namespace: SubscriptionNamespace
/]"/>
 
                <t>Sincerely,</t>
                <t>The Nabble team</t>
                ________________________________________
                <t>Free Embeddable <t.app.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.view_name
Macro
Requires: node
/></t> powered by Nabble
                <n.nabble_homepage
Binary
Namespace: NabbleNamespace
/>
            </text_part>
            <html_part>
                <t>Dear user,</t><br/>
                <br/>
                <t>Your subscription to <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/> has been removed.
                If this was a mistake, you can re-subscribe by following the link below:</t><br/>
                <n.local_subscription
Macro
Parameters: do
.subscribe_by_code_url
Macro
Requires: subscription
Parameters: subscription_to
 subscription_to="[n.to
Binary
Namespace: SubscriptionNamespace
/]"/><br/>
                <br/>
                <t>Sincerely,</t><br/>
                <t>The Nabble team</t><br/>
                ________________________________________<br/>
                <t>Free Embeddable <t.app.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.view_name
Macro
Requires: node
/></t> powered by Nabble<br/>
                <n.nabble_homepage
Binary
Namespace: NabbleNamespace
/><br/><br/>
            </html_part>
        </n.send>
    </n.new_email.>
</macro>