template requiredNumeric id of an e-mail template to send. The template must belong to a slice in the same site as the current render; otherwise nothing is sent and the result is empty. An empty or non-numeric value sends nothing and returns empty, which lets you use the first argument as a send-or-not condition.
to requiredRecipient address, or a JSON array of addresses for several recipients, for example ["editor@example.org","info@example.org"]. An empty recipient list sends nothing and returns empty.
{strlen:{mailtemplate::editor@example.org}}
{strlen:{mailtemplate:none:editor@example.org}}
{strlen:{mailtemplate:{if1:{qss:send}:874}:editor@example.org}}
{mailtemplate:874:editor@example.org}
{mailtemplate:874:["editor@example.org","info@example.org"]}