| ... | in email.naml |
|
43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<macro name="send_assign_email" requires="node_page">
<n.if.topic_assignee.can_view.page_node>
<then.new_email.>
<n.send>
<to.topic_assignee.user_email/>
<to_name.topic_assignee.name/>
<from_name><n.page_node.owner.name/> [via <n.root_node.subject/>]</from_name>
<subject.page_node.subject/>
<text_part.assign_text/>
<html_part.assign_html/>
</n.send>
</then.new_email.>
</n.if.topic_assignee.can_view.page_node>
</macro>
|
| Free forum by Nabble | Edit this page |