<?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: email from SAS 9.4 Win7 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/430981#M106553</link>
    <description>&lt;P&gt;Please look at the below link if you are using outlook.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.amicusattorney.com/articles/568-Outlook-Prompt-to-Deny-or-Allow-Access" target="_blank"&gt;https://kb.amicusattorney.com/articles/568-Outlook-Prompt-to-Deny-or-Allow-Access&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 16:31:12 GMT</pubDate>
    <dc:creator>againreddy</dc:creator>
    <dc:date>2018-01-25T16:31:12Z</dc:date>
    <item>
      <title>email from SAS 9.4 Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/430959#M106547</link>
      <description>&lt;P&gt;The code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename mymail email "grezek@tcfbank.com"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subject="log 3.2 done";&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file mymail;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put 'program has finished code 3.2';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will send a message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sas email a program is trying to send an e-mail message on your behalf...&lt;/P&gt;&lt;P&gt;which require an "allow" or "deny" response.&amp;nbsp; How do I avoid this delay -- what parameter/option can I set to remove message?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 15:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/430959#M106547</guid>
      <dc:creator>grezek</dc:creator>
      <dc:date>2018-01-25T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: email from SAS 9.4 Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/430981#M106553</link>
      <description>&lt;P&gt;Please look at the below link if you are using outlook.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.amicusattorney.com/articles/568-Outlook-Prompt-to-Deny-or-Allow-Access" target="_blank"&gt;https://kb.amicusattorney.com/articles/568-Outlook-Prompt-to-Deny-or-Allow-Access&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/430981#M106553</guid>
      <dc:creator>againreddy</dc:creator>
      <dc:date>2018-01-25T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: email from SAS 9.4 Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/431062#M106577</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp; I can't find Amicus on my machine and I've ask IT what we might have that functions similarly.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/431062#M106577</guid>
      <dc:creator>grezek</dc:creator>
      <dc:date>2018-01-25T19:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: email from SAS 9.4 Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/431082#M106581</link>
      <description>&lt;P&gt;To bypass your local email client (i.e. Outlook) you can direct SAS to use SMTP:&amp;nbsp;&lt;A href="https://support.sas.com/kb/19/767.html" target="_blank"&gt;https://support.sas.com/kb/19/767.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Your IT folks can help with the emailhost and port details.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/431082#M106581</guid>
      <dc:creator>DaveHorne</dc:creator>
      <dc:date>2018-01-25T20:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: email from SAS 9.4 Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/431889#M106880</link>
      <description>&lt;P&gt;Thank you;&amp;nbsp; that works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phillip Turner of SASTech Support came back with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;===SMTP port 25 with no authentication===&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options emailsys=smtp;&lt;/P&gt;&lt;P&gt;options emailhost=smtp.mail.com;&lt;/P&gt;&lt;P&gt;options emailport=25;&lt;/P&gt;&lt;P&gt;options emailauthprotocol=NONE;&lt;/P&gt;&lt;P&gt;options emailid="&lt;A href="mailto:email@mail.com" target="_blank"&gt;email@mail.com&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;filename myemail EMAIL DEBUG&lt;/P&gt;&lt;P&gt;from="&lt;A href="mailto:sender@mail.com" target="_blank"&gt;sender@mail.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;sender="&lt;A href="mailto:sender@mail.com" target="_blank"&gt;sender@mail.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;to="&lt;A href="mailto:receiver@email.com" target="_blank"&gt;receiver@email.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;subject="Test";&lt;/P&gt;&lt;P&gt;attach="C:\folder\attachment.file";&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file myemail;&lt;/P&gt;&lt;P&gt;put "Hello";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;filename myemail clear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which allowed me to email -- also a way to embed some of the commands in the sasv9.cfg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;) Add the correct SMTP options after the last current line in your sasv9.cfg file. For example:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;-EMAILSYS smtp&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;-EMAILHOST "email.server.com"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;-EMAILPORT 25&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;-EMAILAUTHPROTOCOL none&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;-EMAILID "&lt;/FONT&gt;&lt;A href="mailto:sender@email.com" target="_blank"&gt;&lt;FONT color="#0000ff" face="Times New Roman"&gt;sender@email.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;"&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:50:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/email-from-SAS-9-4-Win7/m-p/431889#M106880</guid>
      <dc:creator>grezek</dc:creator>
      <dc:date>2018-01-29T17:50:23Z</dc:date>
    </item>
  </channel>
</rss>

