<?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 email from within SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331992#M62761</link>
    <description>&lt;P&gt;thanks Kurt&lt;/P&gt;
&lt;P&gt;i have this studio version that runs on a virtual box so i guess there s nothing i can do about the configuration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Feb 2017 19:49:26 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2017-02-12T19:49:26Z</dc:date>
    <item>
      <title>Send email from within SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331983#M62758</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;has anyone here used the SAS Studio Version?&lt;/P&gt;
&lt;P&gt;I just tried to send an em&lt;CODE&gt;&lt;STRONG&gt;ail as a practice (i never done this before):&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;A name="z0386662" target="_blank"&gt;&lt;/A&gt;filename outbox email 'Tom';

data _null_;
  file outbox
     to=('tom_rodd@hotmail.com')
     subject='Hello';
      put 'Hello';
run;
&lt;/PRE&gt;
&lt;DIV class="sasNote"&gt;and the&amp;nbsp; logs show the message was sent but actually&amp;nbsp; the recepient never got it.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The file OUTBOX is:E-Mail Access Device&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Message sent&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;To: 'tom_rodd@hotmail.com'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Cc: 'tom_rodd@hotmail.com'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Bcc:&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Subject: hello&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Attachments:&lt;/DIV&gt;
&lt;DIV id="sasLogNote2_1486921494573" class="sasNote"&gt;NOTE: 1 record was written to the file OUTBOX.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;The minimum record length was 5.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;The maximum record length was 5.&lt;/DIV&gt;
&lt;DIV id="sasLogNote3_1486921494573" class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.05 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.01 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Feb 2017 17:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331983#M62758</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-02-12T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Send email from within SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331985#M62759</link>
      <description>&lt;P&gt;SAS needs to be configured to use a working SMTP server. See &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002592353.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002592353.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And the server must tolerate sending your email. SMTP servers are often restricted in which sources may send emails to which targets (to prevent being abused for spamming)&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 18:11:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331985#M62759</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-12T18:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Send email from within SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331992#M62761</link>
      <description>&lt;P&gt;thanks Kurt&lt;/P&gt;
&lt;P&gt;i have this studio version that runs on a virtual box so i guess there s nothing i can do about the configuration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 19:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Send-email-from-within-SAS/m-p/331992#M62761</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-02-12T19:49:26Z</dc:date>
    </item>
  </channel>
</rss>

