<?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 put text in mail in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/put-text-in-mail/m-p/713043#M220035</link>
    <description>&lt;P&gt;Hi where can i put text to show in the mail in this code. I have tried somethings but doesnt work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename sendmail email to=("test@he.dk")          
   from=("test@he.dk") 
 
	attach=("F:\pic1.png" ct ='png')
	attach=("F:\pic2.png" ct ='png')
	attach=("F:\pic3.png" ct ='png')
    type='text/html' subject="test";

ods html body=sendmail;

ods html text = '&amp;lt;img src="pic1.png""&amp;gt;&amp;lt;/img&amp;gt;';

ods html text = '&amp;lt;img src="pic2.png""&amp;gt;&amp;lt;/img&amp;gt;';

ods html text = '&amp;lt;img src="pic3.png""&amp;gt;&amp;lt;/img&amp;gt;';

ods noproctitle;
ods noptitle;
title; 

ods html close;
ods listing; 

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Jan 2021 12:32:54 GMT</pubDate>
    <dc:creator>mmea</dc:creator>
    <dc:date>2021-01-21T12:32:54Z</dc:date>
    <item>
      <title>put text in mail</title>
      <link>https://communities.sas.com/t5/SAS-Programming/put-text-in-mail/m-p/713043#M220035</link>
      <description>&lt;P&gt;Hi where can i put text to show in the mail in this code. I have tried somethings but doesnt work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename sendmail email to=("test@he.dk")          
   from=("test@he.dk") 
 
	attach=("F:\pic1.png" ct ='png')
	attach=("F:\pic2.png" ct ='png')
	attach=("F:\pic3.png" ct ='png')
    type='text/html' subject="test";

ods html body=sendmail;

ods html text = '&amp;lt;img src="pic1.png""&amp;gt;&amp;lt;/img&amp;gt;';

ods html text = '&amp;lt;img src="pic2.png""&amp;gt;&amp;lt;/img&amp;gt;';

ods html text = '&amp;lt;img src="pic3.png""&amp;gt;&amp;lt;/img&amp;gt;';

ods noproctitle;
ods noptitle;
title; 

ods html close;
ods listing; 

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jan 2021 12:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/put-text-in-mail/m-p/713043#M220035</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-21T12:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: put text in mail</title>
      <link>https://communities.sas.com/t5/SAS-Programming/put-text-in-mail/m-p/715872#M221153</link>
      <description>&lt;P&gt;I think you would be better off using a DATA step for this. Check out the examples on the &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lestmtsglobal&amp;amp;docsetTarget=n0ig2krarrz6vtn1aw9zzvtez4qo.htm&amp;amp;locale=en#n06suvxqcuv9q8n1ji9trhan5tf6" target="_self"&gt;FILENAME EMAIL&lt;/A&gt; docs page.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 19:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/put-text-in-mail/m-p/715872#M221153</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2021-02-01T19:17:59Z</dc:date>
    </item>
  </channel>
</rss>

