send_subscription_confirmation

   Usages of this macro
... 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
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.email_parameter
Macro
/></to>
            <subject><t>Subscribe to <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/></t></subject>
            <text_part>
                <t>Dear user,</t>
 
                <t>You have been invited to subscribe to <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/>, which is available at:</t>
                <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.url
Macro
Requires: node
Parameters: template, date, index_record
/>
 
                <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
Macro
Parameters: do
.subscription_confirmation_subscribe_by_code_url
Macro
Requires: subscription
/>
 
                <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>You have been invited to subscribe to <t.location.bold
Macro
Parameters: text
.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/>, which is available at:</t><br/>
                <a href="[n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.url
Macro
Requires: node
Parameters: template, date, index_record
/]"><n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.url
Macro
Requires: node
Parameters: template, date, index_record
/></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
Macro
Parameters: do
.subscription_confirmation_subscribe_by_code_url
Macro
Requires: subscription
/]">
                        <n.local_subscription
Macro
Parameters: do
.subscription_confirmation_subscribe_by_code_url
Macro
Requires: subscription
/>
                    </a>
                </div>
                <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
/>
            </html_part>
        </n.send>
    </n.new_email.>
</macro>