<?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 How can I see who is in a group or mailing list before I send an e-mail message ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-see-who-is-in-a-group-or-mailing-list-before-I-send-an/m-p/564932#M158513</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;How can I see who is in a group or mailing list before I send an e-mail message?&amp;nbsp;I want to restrict one of the recipient from this mail group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;refer the below code&lt;/P&gt;&lt;P&gt;options emailsys=SMTP;&lt;BR /&gt;options emailhost=Sssy.llic.com;&lt;BR /&gt;options emailport=25;&lt;BR /&gt;options emailauthprotocol=NONE;&lt;BR /&gt;options emailid="abc@gmail.com";&lt;BR /&gt;options sysuserid&lt;BR /&gt;filename myemail EMAIL DEBUG;&lt;BR /&gt;data _null_;&lt;BR /&gt;file myemail&lt;BR /&gt;from="abc@gmail.com"&lt;BR /&gt;to=('abc-Prod-Licsub')&lt;BR /&gt;cc=('xcy@gmail.com')&lt;BR /&gt;subject='Suspensed_Claims_Report'&lt;BR /&gt;attach=('c\Suspensed_Claims_Report.xlsb');&lt;BR /&gt;&amp;nbsp; put "Attached is Suspensed_Claims_Report";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;filename myemail clear;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 15:59:16 GMT</pubDate>
    <dc:creator>rinsabraham</dc:creator>
    <dc:date>2019-06-10T15:59:16Z</dc:date>
    <item>
      <title>How can I see who is in a group or mailing list before I send an e-mail message ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-see-who-is-in-a-group-or-mailing-list-before-I-send-an/m-p/564932#M158513</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;How can I see who is in a group or mailing list before I send an e-mail message?&amp;nbsp;I want to restrict one of the recipient from this mail group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;refer the below code&lt;/P&gt;&lt;P&gt;options emailsys=SMTP;&lt;BR /&gt;options emailhost=Sssy.llic.com;&lt;BR /&gt;options emailport=25;&lt;BR /&gt;options emailauthprotocol=NONE;&lt;BR /&gt;options emailid="abc@gmail.com";&lt;BR /&gt;options sysuserid&lt;BR /&gt;filename myemail EMAIL DEBUG;&lt;BR /&gt;data _null_;&lt;BR /&gt;file myemail&lt;BR /&gt;from="abc@gmail.com"&lt;BR /&gt;to=('abc-Prod-Licsub')&lt;BR /&gt;cc=('xcy@gmail.com')&lt;BR /&gt;subject='Suspensed_Claims_Report'&lt;BR /&gt;attach=('c\Suspensed_Claims_Report.xlsb');&lt;BR /&gt;&amp;nbsp; put "Attached is Suspensed_Claims_Report";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;filename myemail clear;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 15:59:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-see-who-is-in-a-group-or-mailing-list-before-I-send-an/m-p/564932#M158513</guid>
      <dc:creator>rinsabraham</dc:creator>
      <dc:date>2019-06-10T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I see who is in a group or mailing list before I send an e-mail message ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-see-who-is-in-a-group-or-mailing-list-before-I-send-an/m-p/564958#M158525</link>
      <description>&lt;P&gt;Are you asking how to query your email address book for the members of the list&amp;nbsp;'abc-Prod-Licsub'?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, as an absolute minimum you would have to provide which email system is being used to see if anyone has an idea on how to connect and read the address book. Then how to build an exception may be possible.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 16:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-see-who-is-in-a-group-or-mailing-list-before-I-send-an/m-p/564958#M158525</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-06-10T16:53:22Z</dc:date>
    </item>
  </channel>
</rss>

