send_subscription_confirmation

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "send_subscription_confirmation".
... in subscribe.naml
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<macro name="send_subscription_confirmation" requires="subscription,node_page" unindent="true">
    <n.set_local_subscription.this_subscription />
    <n.new_email.>
        <n.send>
            <to><n.email_parameter/></to>
            <subject><t>Subscribe to <t.location.page_node.subject/></t></subject>
            <text_part>
                <t>Dear user,</t>
 
                <t>You have been invited to subscribe to <t.location.page_node.subject/>, which is available at:</t>
                <n.page_node.url/>
 
                <t>With your subscription, updates will be sent directly to your email address.</t>
 
                <t>To confirm your subscription, click on the link below:</t>
                <n.local_subscription.subscription_confirmation_subscribe_by_code_url/>
 
                <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>You have been invited to subscribe to <t.location.bold.page_node.subject/>, which is available at:</t><br/>
                <a href="[n.page_node.url/]"><n.page_node.url/></a><br/>
                <br/>
                <t>With your subscription, updates will be sent directly to your email address.</t><br/>
                <br/>
                <t>To confirm your subscription, click on the link below:</t>
                <div style="background-color:#FFFADB;border:#EDDD79 solid 1px;margin:1.2em 0;padding:.5em">
                    <a href="[n.local_subscription.subscription_confirmation_subscribe_by_code_url/]">
                        <n.local_subscription.subscription_confirmation_subscribe_by_code_url/>
                    </a>
                </div>
                <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/>
            </html_part>
        </n.send>
    </n.new_email.>
</macro>
Feedback, Links, Privacy, Rules, Support, About