<?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: Changing the default SAS mail delivery id temporarily in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520413#M141109</link>
    <description>&lt;P&gt;Now I am getting mail like from : SAS-System@xxx.com on Behlaf My Personal ID&amp;lt;arun.ramji@XX.com&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change the SAS system mail id to some other Mail id or else want to hide it..&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 15:51:55 GMT</pubDate>
    <dc:creator>arunrami</dc:creator>
    <dc:date>2018-12-11T15:51:55Z</dc:date>
    <item>
      <title>Changing the default SAS mail delivery id temporarily</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520312#M141064</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done mail automation using SAS ,&amp;nbsp; but the delivery id is been like &lt;STRONG&gt;SAS-sytem@XX.com &lt;/STRONG&gt;default SAS mail id on behalf on my personal id. &lt;STRONG&gt;&lt;EM&gt;So is there any way I can change the default mail id of SAS system temporarily&amp;nbsp; and use some other name??&lt;/EM&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please do the needful. Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 10:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520312#M141064</guid>
      <dc:creator>arunrami</dc:creator>
      <dc:date>2018-12-11T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default SAS mail delivery id temporarily</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520317#M141068</link>
      <description>&lt;P&gt;If you're using SAS Codes to shoot an email, you can use &lt;STRONG&gt;filename statement, SMTP Access method, &lt;/STRONG&gt;Here's a link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002058232.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002058232.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In this method you've option&lt;STRONG&gt;&amp;nbsp;"From="&amp;nbsp;&lt;/STRONG&gt;; Use this option in and give it to the other name;&lt;BR /&gt;For eg:&lt;/P&gt;&lt;P&gt;from="Kalind Patel &amp;lt;Kalind.Patel@xxx.com&amp;gt;";&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 11:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520317#M141068</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2018-12-11T11:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default SAS mail delivery id temporarily</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520324#M141072</link>
      <description>&lt;P&gt;If I understand you correctly, you want to change the name/address of the sender, so that you can send on behalf of your department or whatever.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do that using the FROM= option in the email filename specification. You can also specify the return address using the SENDER=option (if the mail cannot be delivered, the error message will be sent to the email address given here).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also do it dynamically, by using PUT "!EM_FROM! &amp;lt;address&amp;gt;" or PUT "!EM_SENDER! &amp;lt;address&amp;gt;" in your datastep.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 11:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520324#M141072</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2018-12-11T11:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default SAS mail delivery id temporarily</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520413#M141109</link>
      <description>&lt;P&gt;Now I am getting mail like from : SAS-System@xxx.com on Behlaf My Personal ID&amp;lt;arun.ramji@XX.com&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change the SAS system mail id to some other Mail id or else want to hide it..&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 15:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-the-default-SAS-mail-delivery-id-temporarily/m-p/520413#M141109</guid>
      <dc:creator>arunrami</dc:creator>
      <dc:date>2018-12-11T15:51:55Z</dc:date>
    </item>
  </channel>
</rss>

