<?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 Emailing in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1783#M567</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm getting the following message when trying to run the email code through E-Guide.&lt;BR /&gt;
&lt;BR /&gt;
filename mymail email 'mrmail@mail.com' subject='test sas server email';&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
file mymail;&lt;BR /&gt;
put 'Hi';&lt;BR /&gt;
put 'This message is sent from the SAS Server...';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The file MYMAIL is:&lt;BR /&gt;
      E-Mail Access Device&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Unable to connect to SMTP server.&lt;BR /&gt;
ERROR: connect call failed, system error is '10053 - WSAECONNABORTED'.&lt;BR /&gt;
&lt;BR /&gt;
I've specified the following parameters in SASV9.CFG file&lt;BR /&gt;
-emailsys SMTP&lt;BR /&gt;
-emailhost mymail.server.com&lt;BR /&gt;
-emailport 25&lt;BR /&gt;
-emailauthprotocol=none&lt;BR /&gt;
&lt;BR /&gt;
I've been able to manually send an email out from the SAS server by telnetting onto my mailserver on port 25.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas appreciated!&lt;BR /&gt;
&lt;BR /&gt;
Rob</description>
    <pubDate>Fri, 17 Nov 2006 06:14:37 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-11-17T06:14:37Z</dc:date>
    <item>
      <title>Emailing</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1783#M567</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm getting the following message when trying to run the email code through E-Guide.&lt;BR /&gt;
&lt;BR /&gt;
filename mymail email 'mrmail@mail.com' subject='test sas server email';&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
file mymail;&lt;BR /&gt;
put 'Hi';&lt;BR /&gt;
put 'This message is sent from the SAS Server...';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The file MYMAIL is:&lt;BR /&gt;
      E-Mail Access Device&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Unable to connect to SMTP server.&lt;BR /&gt;
ERROR: connect call failed, system error is '10053 - WSAECONNABORTED'.&lt;BR /&gt;
&lt;BR /&gt;
I've specified the following parameters in SASV9.CFG file&lt;BR /&gt;
-emailsys SMTP&lt;BR /&gt;
-emailhost mymail.server.com&lt;BR /&gt;
-emailport 25&lt;BR /&gt;
-emailauthprotocol=none&lt;BR /&gt;
&lt;BR /&gt;
I've been able to manually send an email out from the SAS server by telnetting onto my mailserver on port 25.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas appreciated!&lt;BR /&gt;
&lt;BR /&gt;
Rob</description>
      <pubDate>Fri, 17 Nov 2006 06:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1783#M567</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-11-17T06:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1784#M568</link>
      <description>Hi!&lt;BR /&gt;
  I always use TO= and FROM= when I send email. That's probably NOT your issue. It may be that contacting Tech Support is your best bet to resolve this issue.&lt;BR /&gt;
  Meanwhile, here's some reading you can do that may help, too.&lt;BR /&gt;
&lt;BR /&gt;
TS-605 with Samples:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts605.html" target="_blank"&gt;http://support.sas.com/techsup/technote/ts605.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Sample program:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/samples/index.jsp?sid=467" target="_blank"&gt;http://support.sas.com/ctx/samples/index.jsp?sid=467&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Troubleshooting steps:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/018/018363.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/018/018363.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Other Tech Support notes about SMTP mail:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/014/014004.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/014/014004.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/015/015228.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/015/015228.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/006/006713.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/006/006713.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
To contact Tech Support:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/contact/index.html" target="_blank"&gt;http://support.sas.com/techsup/contact/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Good Luck!&lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 19 Nov 2006 21:05:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1784#M568</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-11-19T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1785#M569</link>
      <description>Cythia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the response. We managed to get emailing to work. We found that our mail administrator had blocked our new server from using it as a relay host. Anyhow, that's been resolved now.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 20 Nov 2006 22:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Emailing/m-p/1785#M569</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-11-20T22:27:51Z</dc:date>
    </item>
  </channel>
</rss>

