|
Get SteelArrow!
|
|
|
|
<SANEWS>
|
|
|
|
|
|
|
Secure Tag |
Return to Tag List |
|
The NEWS tag allows for the sending of NNTP news messages. All address fields allow
a semi-colon or comma delimited list of email addresses or newsgroups.
|
|
Attributes:
TO | variable or literal string (recipient) |
FROM | variable or literal string (sender) |
SUBJECT | variable or literal string (message subject) |
HTML | "yes" or "no" (default is "no") |
|
|
|
The following is an example of NEWS;
|
|
<SASET NAME=to VALUE="ott.test">
<SANEWS TO=to FROM="test@tomahawktech.com"
SUBJECT="Testing 123">
This is the message body. SAOUTPUT is assumed,
so variables can be output within this block using
the '#' character. As well, full flow control is
allowed within this block (ie. IF, SWICH, WHILE, LOOP).
</SANEWS>
|
|
|
|