<?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 edit the body of the Email in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-edit-the-body-of-the-Email/m-p/396586#M19364</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compose a mail which needs bold text, center justification and font color as blue. here is the code that i tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file sendmail;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;html&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;body&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt; p style = "color: blue font-size: 14pt text-align: center"&amp;gt; Summary report &amp;lt;/p&amp;gt; ';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;p style = "color: blue font-size: 20pt text-align: center"&amp;gt;Stagle 1&amp;lt;/p&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;p style = "color: blue font-size: 10pt text-align: center"&amp;gt;do not forward or distribute&amp;lt;/p&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;img src=cid:email0&amp;gt;';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;/body&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;/html&amp;gt;';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code is not working. Can someone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2017 20:55:42 GMT</pubDate>
    <dc:creator>jb9977</dc:creator>
    <dc:date>2017-09-16T20:55:42Z</dc:date>
    <item>
      <title>how can I edit the body of the Email</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-edit-the-body-of-the-Email/m-p/396586#M19364</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compose a mail which needs bold text, center justification and font color as blue. here is the code that i tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file sendmail;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;html&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;body&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt; p style = "color: blue font-size: 14pt text-align: center"&amp;gt; Summary report &amp;lt;/p&amp;gt; ';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;p style = "color: blue font-size: 20pt text-align: center"&amp;gt;Stagle 1&amp;lt;/p&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;p style = "color: blue font-size: 10pt text-align: center"&amp;gt;do not forward or distribute&amp;lt;/p&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;img src=cid:email0&amp;gt;';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;/body&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;/html&amp;gt;';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code is not working. Can someone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 20:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-edit-the-body-of-the-Email/m-p/396586#M19364</guid>
      <dc:creator>jb9977</dc:creator>
      <dc:date>2017-09-16T20:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: how can I edit the body of the Email</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-edit-the-body-of-the-Email/m-p/396592#M19365</link>
      <description>&lt;P&gt;See the examples here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi29/178-29.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi29/178-29.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 21:54:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-edit-the-body-of-the-Email/m-p/396592#M19365</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-16T21:54:05Z</dc:date>
    </item>
  </channel>
</rss>

