Send Mail to Outlook from a Program

  • Thread starter Thread starter jerry
  • Start date Start date
J

jerry

I want to run a program to gather some information and then send it to
outlook. Is there a way to do that?
 
Yes. I want to write a REXX exec to gather data and send the results to
outlook as an email.
 
Then you may want to ask a group that supports programming for REXX to see
what you need to do to send the output. Outlook can accept a lot of items
via email but if you are sending a potentially harmful attachment, it may
be blocked. The limitations, it seems, would be on the REXX side of the
equation.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, jerry asked:

| Yes. I want to write a REXX exec to gather data and send the results
| to outlook as an email.
| || You mean you wish to code/program your app to do this or what and
|| with what?
||
||
||
|| ||| I want to run a program to gather some information and then send it
||| to outlook. Is there a way to do that?
 
jerry said:
Yes. I want to write a REXX exec to gather data and send the results
to outlook as an email.

Well, since Outlook is a mail client, you can't "send the message to
Outlook". You can, however, send the message to the _server_ from which
Outlook will obtain the message, provided REXX has the capability of sending
messages.
 
Back
Top