<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Send one-line e-mail in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/323547#M1995</link>
    <description>&lt;P&gt;Have you tried to sending a mail using a DATA Step, or using conditional logic in a DATA Step&lt;/P&gt;&lt;P&gt;? And for the DOS-command, I am not sure if there is any viability or not. You can try the reference solution provided above.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 08:19:40 GMT</pubDate>
    <dc:creator>StanleyJones</dc:creator>
    <dc:date>2017-01-10T08:19:40Z</dc:date>
    <item>
      <title>Send one-line e-mail</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/1050#M59</link>
      <description>I would like to send a one-line email message out of SAS using the X command.  Is there a way to do that?&lt;BR /&gt;
&lt;BR /&gt;
We are an MS Windows server installation with 9.0 and use Outlook Exchange Server?&lt;BR /&gt;
&lt;BR /&gt;
Basically is there a DOS-like way to send a one line message using Outlook?</description>
      <pubDate>Mon, 17 Jul 2006 17:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/1050#M59</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-17T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Send one-line e-mail</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/1051#M60</link>
      <description>I don't know the DOS-like outlook command but to send emails in SAS I use this :&lt;BR /&gt;
&lt;BR /&gt;
filename outbox email "toto@toto.com" ;&lt;BR /&gt;
 &lt;BR /&gt;
data _null_;&lt;BR /&gt;
  file outbox&lt;BR /&gt;
  subject="Subject of your email";&lt;BR /&gt;
  put "Your text";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
You can find anothers examples (more detailed) in the "Samples" Section of this site with the keyword "email".</description>
      <pubDate>Fri, 21 Jul 2006 16:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/1051#M60</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-21T16:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send one-line e-mail</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/323547#M1995</link>
      <description>&lt;P&gt;Have you tried to sending a mail using a DATA Step, or using conditional logic in a DATA Step&lt;/P&gt;&lt;P&gt;? And for the DOS-command, I am not sure if there is any viability or not. You can try the reference solution provided above.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 08:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Send-one-line-e-mail/m-p/323547#M1995</guid>
      <dc:creator>StanleyJones</dc:creator>
      <dc:date>2017-01-10T08:19:40Z</dc:date>
    </item>
  </channel>
</rss>

