Skip to content

Documentation ARexxAPI WRITESEND

Jens Maus edited this page Feb 13, 2017 · 1 revision

WRITESEND

NAME:: WriteSend -- Send a new, just composed message.

TEMPLATE::

FUNCTION:: Sends a new, just composed message.

INPUTS::

RETURNS:: RC is set to 10 if no Write window was previously specified as "active" with MAILWRITE.

NOTES::

EXAMPLE:: {{{#!arexx /* New mail */ MAILWRITE WRITETO 'boss@example.com' 'WRITESUBJECT "Sorry, but I am sick today!"' WRITELETTER 'work:excuses.txt' WRITESEND }}}

BUGS::

SEE ALSO:: MAILWRITE, WRITEQUEUE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally