send_email_path

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_email_path".
... in utilities.naml
681
682
683
684
685
<macro name="send_email_path" requires="user">
    <n.encode_url.>
        /user/SendEmail.jtp?type=user&user=<n.id/>
    </n.encode_url.>
</macro>