<?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: html mail from sas in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98705#M839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have broken your HTML up into a body, frame, graph, and contents - don't you need to include each of these in the e-mail message for the recipient to get the entire HTML "document".&amp;nbsp; If you only send the body as the attachment, how can the HTML page display correctly at the other end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just thinkin .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 18:55:09 GMT</pubDate>
    <dc:creator>OS2Rules</dc:creator>
    <dc:date>2012-09-04T18:55:09Z</dc:date>
    <item>
      <title>html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98699#M833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im trying to send html file from sas to email, but the contents does'nt works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when im trying the link of contents directly from sas - it wotks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when im trying it from html frile sent to my mail, im getting the meesage&lt;/P&gt;&lt;P&gt;"Cannot find 'FILE.html' , make sure the path or internet address is correct .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;,&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:34:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98699#M833</guid>
      <dc:creator>amitosi</dc:creator>
      <dc:date>2012-08-20T14:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98700#M834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help to see your code and know which version of SAS you're using and on which computing system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98700#M834</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-20T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98701#M835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;%let&lt;SPAN style="color: #000000;"&gt; note=;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;ods&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;html&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;body&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;"&amp;amp;path_html.body and con.html"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;frame&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;"&amp;amp;path_html.&amp;amp;note.html"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;contents&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;"&amp;amp;path_html.body and con.&amp;amp;note.html"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;gpath&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;"&amp;amp;path_html.body and con\"&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;%let&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;path&lt;SPAN style="color: #000000;"&gt;=\\ntsrv1\tohna\IS_Projects\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;מערכות&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;מידע&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;\DatawareHouse\DW Project\Applications\gstat\Amit\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;רועי&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;אשראי&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;מהיר&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;כרטיסים&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;בהרשאה&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;תוכניות&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;ב&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;SAS\ ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;%let&lt;SPAN style="color: #000000;"&gt; path_html=\\ntsrv1\tohna\IS_Projects\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;מערכות&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;מידע&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;\DatawareHouse\DW Project\Applications\gstat\Amit\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;רועי&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;אשראי&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;מהיר&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;כרטיסים&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;בהרשאה&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;תוכניות&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #000000;"&gt;ב&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;SAS\;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;options&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;fmtsearch&lt;SPAN style="color: #000000;"&gt;=(as12 usasfmt);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #008000;"&gt;/*ods tagsets.msoffice2K file="&amp;amp;path.&lt;SPAN&gt;ניתוח&lt;/SPAN&gt; &lt;SPAN&gt;כרטיסים&lt;/SPAN&gt; &lt;SPAN&gt;בהרשאה&lt;/SPAN&gt;.doc"*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;ods&lt;SPAN style="color: #000000;"&gt; tagsets.msoffice2K &lt;/SPAN&gt;file&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;"&amp;amp;path.&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;ניתוח&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;כרטיסים&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;בהרשאה&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.html"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #008000;"&gt;/*ods tagsets.msoffice2K file="&amp;amp;path.&lt;SPAN&gt;ניתוח&lt;/SPAN&gt; &lt;SPAN&gt;כרטיסים&lt;/SPAN&gt; &lt;SPAN&gt;בהרשאה&lt;/SPAN&gt;.xls"*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;style&lt;SPAN style="color: #000000;"&gt;=analysis&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;options(sheet_interval=&lt;SPAN style="color: #800080;"&gt;'proc'&lt;/SPAN&gt;&amp;nbsp; index=&lt;SPAN style="color: #800080;"&gt;'yes'&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;ods&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;_all_&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;close&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;filename&lt;SPAN style="color: #000000;"&gt; outbox &lt;/SPAN&gt;clear&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #008000;"&gt;/*ods html contents = "&amp;amp;path_html.body and con.&amp;amp;note.html" ;*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;TITLE&lt;SPAN style="color: #000000;"&gt;; &lt;/SPAN&gt;FOOTNOTE&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;GOPTIONS&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;RESET&lt;SPAN style="color: #000000;"&gt; = &lt;/SPAN&gt;SYMBOL&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;ods&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;listing&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;close&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #008000;"&gt;/* system options */&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;options&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;emailhost&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=ex2003&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;emailport&lt;/SPAN&gt;=&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace;"&gt;emailsys=SMTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;emailauthprotocol&lt;/SPAN&gt;=NONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;noemailfrom&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #008000;"&gt;/* email definition */&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;filename&lt;SPAN style="color: #000000;"&gt; outbox &lt;/SPAN&gt;email&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080;"&gt;&lt;SPAN&gt;&lt;A href="mailto:mymail@gmail.com"&gt;mymail@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;subject&lt;/SPAN&gt;=&lt;SPAN style="color: #800080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;אשראי&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;מהיר&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;כרטיסים&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;בהרשאה&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;attach&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;"&lt;A target="_blank"&gt;\\ntsrv1\tohna\IS_Projects\&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;מערכות&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;מידע&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;\DatawareHouse\DW Project\Applications\gstat\Amit\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;רועי&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;אשראי&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;מהיר&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;כרטיסים&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;בהרשאה&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;תוכניות&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New (Hebrew), monospace; color: #800080;"&gt;ב&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;SAS\body and con.html"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;'text/html'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;encoding&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;'utf-8'&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;ods&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;html&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=outbox&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;rs&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;none&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;=Theme&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;gpath&lt;/SPAN&gt;=&lt;SPAN style="color: #800080;"&gt;'&lt;A target="_blank"&gt;\\ntsrv1\Mimun_Ashrai\model&lt;/A&gt; development unit\SAS Gpath\KPI Report\'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;options&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;(page_break=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #800080;"&gt;'no'&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New, monospace;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="rtl" style="text-align: right;"&gt;&lt;SPAN style="font-family: Courier New, monospace; color: #0000ff;"&gt;&lt;SPAN dir="rtl"&gt;ods&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;escapechar&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;"^"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98701#M835</guid>
      <dc:creator>amitosi</dc:creator>
      <dc:date>2012-08-20T14:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98702#M836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone else can probably help you more than I can.&amp;nbsp; However, just looking at the order of your statements, I noticed that you are using the macro variables &amp;amp;path and &amp;amp;path_html in the ODS declaration BEFORE you declare them in your code.&amp;nbsp; Have you declared them previously or are you getting an error in your log after it runs that statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 15:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98702#M836</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-20T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98703#M837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I declared them before , it's working.&lt;/P&gt;&lt;P&gt;the problem is with the mail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 10:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98703#M837</guid>
      <dc:creator>amitosi</dc:creator>
      <dc:date>2012-08-21T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98704#M838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to save the mail as an html file, open this with notepad, and check the path of the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers from Portugal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 11:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98704#M838</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2012-09-04T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: html mail from sas</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98705#M839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have broken your HTML up into a body, frame, graph, and contents - don't you need to include each of these in the e-mail message for the recipient to get the entire HTML "document".&amp;nbsp; If you only send the body as the attachment, how can the HTML page display correctly at the other end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just thinkin .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 18:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/html-mail-from-sas/m-p/98705#M839</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2012-09-04T18:55:09Z</dc:date>
    </item>
  </channel>
</rss>

