On 16 Oct 99 14:32:51 +0100, Chris De Maeyer wrote:

> How do I compose an outging message using the Arexx interface, in the
> provided Arexx commands I don't actually see a command to do this.
> Is there a SENDMAIL type of command?

This can currently only be achieved using a semi-automated
process.
It just came to my attention that I in fact forgot to update the
ARexx section of the md-2 documentation, but seeing that you are
a programmer the following steps ought to get you started and not
pose a problem:

Open the general preferences, select the buttons section and
click on the button that opens a popup-menu of all arexx commands
(i.e. that to the right of the "Action" string gadget).
This popup list contains a list of all available arexx commands
and their templates - scan for the "NewMsgWindow" entry.
The parameters to the command shold be pretty obvious, and
depending on which parameters you actually use you can end up
with a completely adressed and prepared message in a new message
window, so you will only need to click on the "Send/Queue"
button.

> Related to above question I would like a script doing a bulk message 
> distribution to my shareware users, annyone got something useful?

I don't know of a finished script, but all you need is a file
containing the email addresses (dynamically exporting them from
your user database would probably be a good idea here), parse
those into a variable in your script and use that variable as the
argument to the "TO" parameter of "NewMsgWindow".

Hope this helps a bit,
Eike


-- 
Eike M. Lang
PGP-Mail welcome - key available at:
http://jayhawk.home.pages.de/
________________________________________________________________
MicroDot-II Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to