<?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 HOST CHANGED FOR SMTP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614868#M179804</link>
    <description>&lt;P&gt;I did test all the combinations in my options statement, It is now giving me "WARNING: Email: 550 5.7.1 Unable to relay". "WARNING: Bad e-mail address:". "WARNING: No email addresses specified.". I have asked my outlook admin team to take a look.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 21:48:09 GMT</pubDate>
    <dc:creator>gajaramireddy</dc:creator>
    <dc:date>2020-01-02T21:48:09Z</dc:date>
    <item>
      <title>EMAIL HOST CHANGED FOR SMTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614595#M179708</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Our Company's email host has changed and I am not sure where to change it so that the SAS user's can send the attachments(reports) to the email group. Currently it is throwing error when we do the "ERROR: Email host ***** not found."&lt;BR /&gt;&lt;BR /&gt;Can you please tell me where do I have to change it? In the configuration file? on which server (Web or App or Meta)?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Ram</description>
      <pubDate>Tue, 31 Dec 2019 17:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614595#M179708</guid>
      <dc:creator>gajaramireddy</dc:creator>
      <dc:date>2019-12-31T17:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL HOST CHANGED FOR SMTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614629#M179728</link>
      <description>Hi:&lt;BR /&gt;  This is something that you need to ask your SAS Administrator about. There are options that need to be part of the instructions when SAS first starts up. Typically, only an administrator will have the permissions to change these configuration options.&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 31 Dec 2019 21:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614629#M179728</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-12-31T21:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL HOST CHANGED FOR SMTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614630#M179729</link>
      <description>&lt;P&gt;The EMAILHOST option is what needs to change:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=p1v9dr6zep9p9en1prhl6tdy3igx.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=p1v9dr6zep9p9en1prhl6tdy3igx.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As documented it can be specified in several different places, but can be easily tested just in an OPTIONS statement. If you want to change it in a SAS server installation then adding it the SAS App server USERMODS CONFIG file is a good option. However you would need to investigate where it is currently specified first.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 22:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614630#M179729</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-12-31T22:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL HOST CHANGED FOR SMTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614715#M179771</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13949"&gt;@Ram&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If yo have the permissions to change, you can check the steps here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=bisag&amp;amp;docsetTarget=n1gx07b9f1fq8dn1l5shohw31cyl.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=bisag&amp;amp;docsetTarget=n1gx07b9f1fq8dn1l5shohw31cyl.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jan 2020 09:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614715#M179771</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-01-02T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL HOST CHANGED FOR SMTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614866#M179803</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I recently started taking admin responsibilities. I do have permissions. But I am stuck on where to change. My guess was that the email host got changed and I do not think it is necessarily a SAS issue (SMTP issue).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 21:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614866#M179803</guid>
      <dc:creator>gajaramireddy</dc:creator>
      <dc:date>2020-01-02T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL HOST CHANGED FOR SMTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614868#M179804</link>
      <description>&lt;P&gt;I did test all the combinations in my options statement, It is now giving me "WARNING: Email: 550 5.7.1 Unable to relay". "WARNING: Bad e-mail address:". "WARNING: No email addresses specified.". I have asked my outlook admin team to take a look.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 21:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMAIL-HOST-CHANGED-FOR-SMTP/m-p/614868#M179804</guid>
      <dc:creator>gajaramireddy</dc:creator>
      <dc:date>2020-01-02T21:48:09Z</dc:date>
    </item>
  </channel>
</rss>

