<?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 SMTP and windows 10 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SMTP-and-windows-10/m-p/650503#M195054</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been using for years this kind of program to send emails with SAS :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options emailsys=smtp emailhost="my.smtp" emailport=25;

filename mymail email
   from="my_email_adress@mail.com"
   to="someone@mail.com"
   Subject="Test";
data _null_;
   file mymail;
   put "this is a test";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;nothing but classic things here but... the program is not working anymore while the exact same program works for other people in my organisation. The only difference between them and me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows 10 for me&lt;/P&gt;
&lt;P&gt;an older version of Windows for them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's not a problem with the firewall... I turned of the firewall and it's doesn't work.&lt;/P&gt;
&lt;P&gt;I tried other values for emailport (465, 587)&amp;nbsp; still not working..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only message I have in my log is :&lt;/P&gt;
&lt;P&gt;ERROR: E-mail : The connection has timed out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any clue ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sébastien&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2020 18:45:52 GMT</pubDate>
    <dc:creator>SR_FR</dc:creator>
    <dc:date>2020-05-25T18:45:52Z</dc:date>
    <item>
      <title>SMTP and windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SMTP-and-windows-10/m-p/650503#M195054</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been using for years this kind of program to send emails with SAS :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options emailsys=smtp emailhost="my.smtp" emailport=25;

filename mymail email
   from="my_email_adress@mail.com"
   to="someone@mail.com"
   Subject="Test";
data _null_;
   file mymail;
   put "this is a test";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;nothing but classic things here but... the program is not working anymore while the exact same program works for other people in my organisation. The only difference between them and me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows 10 for me&lt;/P&gt;
&lt;P&gt;an older version of Windows for them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's not a problem with the firewall... I turned of the firewall and it's doesn't work.&lt;/P&gt;
&lt;P&gt;I tried other values for emailport (465, 587)&amp;nbsp; still not working..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only message I have in my log is :&lt;/P&gt;
&lt;P&gt;ERROR: E-mail : The connection has timed out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any clue ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sébastien&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 18:45:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SMTP-and-windows-10/m-p/650503#M195054</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2020-05-25T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP and windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SMTP-and-windows-10/m-p/650711#M195152</link>
      <description>&lt;P&gt;A reply to myself&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not a windows 10 problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To me, with SAS 9.4M6 (may be M5) something has changed and FILENAME SMTP is not working the way it used to work for decades...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;still no clue? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 12:52:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SMTP-and-windows-10/m-p/650711#M195152</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2020-05-26T12:52:19Z</dc:date>
    </item>
  </channel>
</rss>

