<?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 connection in sas session in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SMTP-connection-in-sas-session/m-p/33389#M8078</link>
    <description>Hi,&lt;BR /&gt;
In sas9.2 we have the option to specify the smtp to use to send our email during a session. With the emailhost emailport etc: options.&lt;BR /&gt;
&lt;BR /&gt;
When i try to use this i get the following error &lt;BR /&gt;
ERROR: No email identity, specify -EMAILID=userid in config file or on command line.&lt;BR /&gt;
&lt;BR /&gt;
I have specified the EMAILID="myloginid" in the options statement.&lt;BR /&gt;
&lt;BR /&gt;
If someone could please guide on this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Sat, 13 Nov 2010 09:44:07 GMT</pubDate>
    <dc:creator>NN</dc:creator>
    <dc:date>2010-11-13T09:44:07Z</dc:date>
    <item>
      <title>SMTP connection in sas session</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SMTP-connection-in-sas-session/m-p/33389#M8078</link>
      <description>Hi,&lt;BR /&gt;
In sas9.2 we have the option to specify the smtp to use to send our email during a session. With the emailhost emailport etc: options.&lt;BR /&gt;
&lt;BR /&gt;
When i try to use this i get the following error &lt;BR /&gt;
ERROR: No email identity, specify -EMAILID=userid in config file or on command line.&lt;BR /&gt;
&lt;BR /&gt;
I have specified the EMAILID="myloginid" in the options statement.&lt;BR /&gt;
&lt;BR /&gt;
If someone could please guide on this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Sat, 13 Nov 2010 09:44:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SMTP-connection-in-sas-session/m-p/33389#M8078</guid>
      <dc:creator>NN</dc:creator>
      <dc:date>2010-11-13T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP connection in sas session</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SMTP-connection-in-sas-session/m-p/33390#M8079</link>
      <description>Hi:&lt;BR /&gt;
  In earlier versions of SAS, there was an issue with -EMAILID:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/3/691.html" target="_blank"&gt;http://support.sas.com/kb/3/691.html&lt;/A&gt;&lt;BR /&gt;
 &lt;A href="http://support.sas.com/kb/6/734.html" target="_blank"&gt;http://support.sas.com/kb/6/734.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/6/820.html" target="_blank"&gt;http://support.sas.com/kb/6/820.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/20/342.html" target="_blank"&gt;http://support.sas.com/kb/20/342.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Are you using the rest of the system options?? As it says in the doc:&lt;BR /&gt;
&lt;B&gt;"For the SMTP access method, use this option (EMAILAUTHPROTOCOL=)  in conjunction with the EMAILID=, EMAILPW=, EMAILPORT, and EMAILHOST system options. EMAILID= provides the user name, EMAILPW= provides the password, EMAILPORT specifies the port to which the SMTP server is attached, EMAILHOST specifies the SMTP server that supports e-mail access for your site, and EMAILAUTHPROTOCOL= provides the protocol."&lt;/B&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002221206.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002221206.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a001472105.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a001472105.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002135033.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002135033.htm&lt;/A&gt; (it says here that EMAILID can be either a logon ID, an e-mail profile, or an e-mail address -- have you tried each of these??)&lt;BR /&gt;
 &lt;BR /&gt;
I'd suggest that you work with your email administrator to make sure that you are specifying the all the correct values. Also, if your installation is part of a BI Platform install, you may have to refer to the Web Application Administration Guide for configuration info:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/biwaag/63536/HTML/default/viewer.htm#a003313541.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/biwaag/63536/HTML/default/viewer.htm#a003313541.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
Also, the SAS Companion for your operating system should have some configuration information, such as this doc for Windows:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#sassession.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#sassession.htm&lt;/A&gt; where it says that: &lt;B&gt; "SMTP is available only by using the FILENAME statement for e-mail. If you specify SMTP as the e-mail system in the EMAILSYS system option and you are using an e-mail dialog box, the MAPI e-mail system is used. For information about using SMTP, see SAS Language Reference: Concepts as well as FILENAME Statement, EMAIL (SMTP) Access Method, the EMAILHOST system option, and the EMAILPORT system option." &lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
If you look in the doc, there is an additional link to the FILENAME statement doc for SMTP:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002058232.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002058232.htm&lt;/A&gt;&lt;BR /&gt;
which says: &lt;B&gt;"To send e-mail to an SMTP server, you first specify the SMTP e-mail interface with the EMAILSYS system option, use the FILENAME statement to specify the EMAIL device type, and then submit SAS statements in a DATA step or in SCL code.".&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
If you check everything out and you continue to have problems, you might wish to open a track with Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 13 Nov 2010 14:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SMTP-connection-in-sas-session/m-p/33390#M8079</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-11-13T14:43:42Z</dc:date>
    </item>
  </channel>
</rss>

