I believe 'rxqueue' will let you feed the Regina stack to a Unix program.
But I have never used it.

I recommend what Aria said: put the stuff in a file then feed that to 'mail'.

-- R;
Rick Troth
Velocity Software
http://www.velocitysoftware.com/


On Thu, Apr 19, 2012 at 4:10 PM, Scully, William P
<william.scu...@ca.com> wrote:
> I'd like a Rexx exec on Linux to send an email.  My first attempt at this is:
>
> #!/usr/bin/regina
> Queue 'This Is My Subject'
> Queue 'This is the body of the email text.'
> Queue '.'                                     /* exit mail's input mode */
> 'mail scu...@ca.com'
> Exit
>
> The pre-queued responses for the mail command don't help and mail ends up 
> prompting me interactively.
>
> Does anyone know how I might queue replies to the Linux mail command?
>
> Thanks in advance for any advice on this topic.
>
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> ----------------------------------------------------------------------
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/



-- 
-- R;
Rick Troth
Velocity Software
http://www.velocitysoftware.com/

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to