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.
- raw
- Send it raw without creating headers and checking content, recipient, subject, etc.
- extra
- Additional headers (these will also be added to 'raw' messages)
- success
- Tag return value if successful (default is 1).
- hide
- Suppress tag return value. This would otherwise be the 'success' attribute setting.
- show
- The tag will return the final message with headers in the page
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.