Hello Gian,
on 08-Okt-00 you wrote :
...snipp[your problem using external mailer with V3's]
Hhmm, the described command and setting is right,
so your problem might be THOR (which you use, AFAICS).
Here's the script that works with YAM,
you may adapt to suit your needs.
\begin{Young's script MAIL2YAM}
*/Copyright (c) Tristan R. Young, [EMAIL PROTECTED] 4/5/98 */
PATH = "Sys:TCom/YAM/YAM"
PARSE ARG mailto subject
START:
if show('P','YAM') then do
address YAM 'show';address YAM 'mailwrite'
address YAM 'writesubject "'subject'"';address YAM 'writeto "'mailto'"'
EXIT
end
else do
pragma('D', PATH);address command 'run >nil: YAM NOCHECK'
address command 'waitforport YAM';signal START
end
\end{Young's script MAIL2YAM}
I guess the problem is to provide the right arg to THOR
and use the right ARexx command.
You must read THOR's doc, sorry no help from here.
Regards
NR
--
Remark of the day :
A puritan is someone
who is really afraid that someone somewhere is having fun.
--
Amiga 2000 B/2060ERC - PicIV/Pic96 - 19" Iiyama S901GT
2/112 MB Chip/FastMem - 2x18.2 GB SCSI HD - 48 x SCSI CD-ROM
_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE