<?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 Formatting email text in SAS email in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404887#M98429</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to change the appearance of part of the text in email using SAS email. I was able to send the email but was trying to bold/change font color for word 'SAS' so that the text at the receiver should look like the text below. No ODS involved, so don't think I can use style elements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This email is sent using &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SAS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  file myemail;

	put "This email is sent using &lt;FONT color="#000000"&gt;SAS&lt;/FONT&gt;";
run;
 
filename myemail clear;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 16:42:33 GMT</pubDate>
    <dc:creator>Ram21</dc:creator>
    <dc:date>2017-10-17T16:42:33Z</dc:date>
    <item>
      <title>Formatting email text in SAS email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404887#M98429</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to change the appearance of part of the text in email using SAS email. I was able to send the email but was trying to bold/change font color for word 'SAS' so that the text at the receiver should look like the text below. No ODS involved, so don't think I can use style elements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This email is sent using &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SAS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  file myemail;

	put "This email is sent using &lt;FONT color="#000000"&gt;SAS&lt;/FONT&gt;";
run;
 
filename myemail clear;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404887#M98429</guid>
      <dc:creator>Ram21</dc:creator>
      <dc:date>2017-10-17T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting email text in SAS email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404897#M98434</link>
      <description>&lt;P&gt;You would send the email using HTML:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/060-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/060-2010.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Page 4 of 8.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 17:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404897#M98434</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-17T17:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting email text in SAS email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404900#M98435</link>
      <description>Thanks RW9. Looks like I can use all the html tags by changing the email type to HTML.</description>
      <pubDate>Tue, 17 Oct 2017 17:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formatting-email-text-in-SAS-email/m-p/404900#M98435</guid>
      <dc:creator>Ram21</dc:creator>
      <dc:date>2017-10-17T17:13:15Z</dc:date>
    </item>
  </channel>
</rss>

