send_instant_email

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_instant_email".
... in email.naml
17
18
19
20
21
22
23
24
<macro name="send_instant_email" requires="subscription,node_page">
    <n.set_local_subscription.this_subscription/>
    <n.send_subscription_email
        node_attr ="[n.page_node/]"
        text_part ="[n.local_subscription.instant_text/]"
        html_part ="[n.local_subscription.instant_html/]"
    />
</macro>