<?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: Send email to an outlook group in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Send-email-to-an-outlook-group/m-p/672535#M202131</link>
    <description>&lt;P&gt;it should work.&amp;nbsp; make sure you wrap the email address in quotes:&lt;/P&gt;&lt;PRE&gt;filename mailbox email
		TO=('usergroup@yourdomain.com')
		FROM=('NoReply &amp;lt;NOREPLY@yourdomain.com&amp;gt;')
		SENDER = ('NoReply &amp;lt;NOREPLY@yourdomain.com&amp;gt;')
		IMPORTANCE='HIGH'
		replyto='NOREPLY@yourdomain.com'
         Subject='Greetings, this is an email';
  
DATA _NULL_;
FILE Mailbox;
PUT "Greetings Someone,";
PUT "  This is a message from a SAS.";


RUN;&lt;/PRE&gt;</description>
    <pubDate>Mon, 27 Jul 2020 13:57:32 GMT</pubDate>
    <dc:creator>utrocketeng</dc:creator>
    <dc:date>2020-07-27T13:57:32Z</dc:date>
    <item>
      <title>Send email to an outlook group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-to-an-outlook-group/m-p/672507#M202128</link>
      <description>&lt;P&gt;Hi, I have created an outlook group (4 emails accounts). I want to send thorugh SAS automatic emails to this group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read it distribution list and a few more topics and I can't find a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename myemail email&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:GROUP@outllook.com" target="_blank"&gt;GROUP@outllook.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;subject='no email'&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file myemail;&lt;/P&gt;&lt;P&gt;put 'no email got';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 12:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-to-an-outlook-group/m-p/672507#M202128</guid>
      <dc:creator>danweifis</dc:creator>
      <dc:date>2020-07-27T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Send email to an outlook group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-to-an-outlook-group/m-p/672535#M202131</link>
      <description>&lt;P&gt;it should work.&amp;nbsp; make sure you wrap the email address in quotes:&lt;/P&gt;&lt;PRE&gt;filename mailbox email
		TO=('usergroup@yourdomain.com')
		FROM=('NoReply &amp;lt;NOREPLY@yourdomain.com&amp;gt;')
		SENDER = ('NoReply &amp;lt;NOREPLY@yourdomain.com&amp;gt;')
		IMPORTANCE='HIGH'
		replyto='NOREPLY@yourdomain.com'
         Subject='Greetings, this is an email';
  
DATA _NULL_;
FILE Mailbox;
PUT "Greetings Someone,";
PUT "  This is a message from a SAS.";


RUN;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jul 2020 13:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-to-an-outlook-group/m-p/672535#M202131</guid>
      <dc:creator>utrocketeng</dc:creator>
      <dc:date>2020-07-27T13:57:32Z</dc:date>
    </item>
  </channel>
</rss>

