<?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 Issue through SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Email-Issue-through-SAS/m-p/504619#M135080</link>
    <description>&lt;P&gt;Issue resolved !!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 07:43:37 GMT</pubDate>
    <dc:creator>Arun_shSAS</dc:creator>
    <dc:date>2018-10-16T07:43:37Z</dc:date>
    <item>
      <title>Email Issue through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Issue-through-SAS/m-p/504590#M135064</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
input email_add $50.;
infile datalines;
datalines;
arun@abc.com
arun@abc.com
arun@abc.com
;
run;

filename abc email;
data _null_;
set test end=eof;
file abc;
put ;
put "This is a test email";
PUT '!EM_TO!' up_email;
PUT '!EM_SUBJECT!' 'final test3';
PUT '!EM_SEND!';
IF eof THEN PUT '!EM_ABORT!';
run;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I am sending an email through sas then first email recipient get exact content as expected then after consecutive emails get repeated text in email body. Please suggest what to do.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 04:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Issue-through-SAS/m-p/504590#M135064</guid>
      <dc:creator>Arun_shSAS</dc:creator>
      <dc:date>2018-10-16T04:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Email Issue through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Issue-through-SAS/m-p/504619#M135080</link>
      <description>&lt;P&gt;Issue resolved !!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 07:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Issue-through-SAS/m-p/504619#M135080</guid>
      <dc:creator>Arun_shSAS</dc:creator>
      <dc:date>2018-10-16T07:43:37Z</dc:date>
    </item>
  </channel>
</rss>

