2.45. mail

Mail contained text to recipient specified by 'to' using the program specified with the SendMailProgram catalog directive.

2.45.1. Summary

Parameters: to

Positional parameters in same order.

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

This is a container tag, i.e. [mail] FOO [/mail]. Nesting: NO

Invalidates cache: YES

Called Routine:

ASP-like Perl call:

    $Tag->mail(
        {
         to => VALUE,
        },
        BODY
    )

 OR

    $Tag->mail($to, $ATTRHASH, $BODY);

2.45.2. Description

Mail contained text to recipient specified by 'to' using the program specified with the SendMailProgram catalog directive.