<?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 email in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713331#M27140</link>
    <description>&lt;P&gt;i hav ethis code for an email - how can I put text in the mail:&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@test.dk")          
   from=("test@test.dk")
    attach=("\test_&amp;amp;todaysDate..pdf" ct ='pdf')
	attach=("\\testr_&amp;amp;todaysDate..pdf" ct ='pdf')
	attach=("F:\test\test\test&amp;amp;todaysDate..png" ct ='png')
	attach=("F:\test\test\test2_&amp;amp;todaysDate..png" ct ='png')

    type='text/html' subject="test &amp;amp;todaysDate.";

ods html body=sendmail;

ods html text = '&amp;lt;img src="test&amp;amp;todaysDate..png""&amp;gt;&amp;lt;/img&amp;gt;';

ods html text = '&amp;lt;img src="test2_&amp;amp;todaysDate..png""&amp;gt;&amp;lt;/img&amp;gt;';

ods noproctitle;
ods noptitle;
title; 

ods html close;
ods listing; 
ods _all_ close;



&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Jan 2021 12:10:09 GMT</pubDate>
    <dc:creator>mmea</dc:creator>
    <dc:date>2021-01-22T12:10:09Z</dc:date>
    <item>
      <title>put text in email</title>
      <link>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713331#M27140</link>
      <description>&lt;P&gt;i hav ethis code for an email - how can I put text in the mail:&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@test.dk")          
   from=("test@test.dk")
    attach=("\test_&amp;amp;todaysDate..pdf" ct ='pdf')
	attach=("\\testr_&amp;amp;todaysDate..pdf" ct ='pdf')
	attach=("F:\test\test\test&amp;amp;todaysDate..png" ct ='png')
	attach=("F:\test\test\test2_&amp;amp;todaysDate..png" ct ='png')

    type='text/html' subject="test &amp;amp;todaysDate.";

ods html body=sendmail;

ods html text = '&amp;lt;img src="test&amp;amp;todaysDate..png""&amp;gt;&amp;lt;/img&amp;gt;';

ods html text = '&amp;lt;img src="test2_&amp;amp;todaysDate..png""&amp;gt;&amp;lt;/img&amp;gt;';

ods noproctitle;
ods noptitle;
title; 

ods html close;
ods listing; 
ods _all_ close;



&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jan 2021 12:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713331#M27140</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-22T12:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: put text in email</title>
      <link>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713688#M27199</link>
      <description>&lt;P&gt;Is there now help to get here?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 15:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713688#M27199</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-24T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: put text in email</title>
      <link>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713697#M27202</link>
      <description>&lt;P&gt;You can put in text like you did with the image links.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 16:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/put-text-in-email/m-p/713697#M27202</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-24T16:22:36Z</dc:date>
    </item>
  </channel>
</rss>

