<?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: Display SAS Graph in Body of Email in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296155#M10486</link>
    <description>&lt;P&gt;I am able to do that, however the requirement from the business partner is for the content to display in the body of the email.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2016 16:49:33 GMT</pubDate>
    <dc:creator>meb</dc:creator>
    <dc:date>2016-09-02T16:49:33Z</dc:date>
    <item>
      <title>Display SAS Graph in Body of Email</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/295915#M10480</link>
      <description>&lt;P&gt;Need to email a SAS graph such that the body of the email contains the graph.&amp;nbsp; Using SAS 9.4 on Unix server.&amp;nbsp; Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 16:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/295915#M10480</guid>
      <dc:creator>meb</dc:creator>
      <dc:date>2016-09-01T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display SAS Graph in Body of Email</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296079#M10483</link>
      <description>&lt;P&gt;Why not attach the graph file (as jpg or other format) to the email&amp;nbsp;&lt;/P&gt;&lt;P&gt;and have a notice to the attached file in the body ?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 08:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296079#M10483</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-09-02T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display SAS Graph in Body of Email</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296155#M10486</link>
      <description>&lt;P&gt;I am able to do that, however the requirement from the business partner is for the content to display in the body of the email.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296155#M10486</guid>
      <dc:creator>meb</dc:creator>
      <dc:date>2016-09-02T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display SAS Graph in Body of Email</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296159#M10487</link>
      <description>&lt;P&gt;This topic gets discussed a few times a year.&amp;nbsp;Did you look at the suggestions in the thread &lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Embed-an-image-in-Outlook-email-sent-using-SAS/td-p/159267" target="_self"&gt;"Embed an image in Outlook"&lt;/A&gt;. &amp;nbsp;It suggests using HTML. Also see &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-image-in-HTML-email/td-p/60268" target="_self"&gt;"Embedded image in HTML email"&lt;/A&gt;&amp;nbsp; for suggestions. &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296159#M10487</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-09-02T17:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display SAS Graph in Body of Email</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296419#M10495</link>
      <description>&lt;P&gt;You can embed an image using the inlined= option when you attach the image to the email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gives the image a name you can use in HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this example from&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#n0ig2krarrz6vtn1aw9zzvtez4qo.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#n0ig2krarrz6vtn1aw9zzvtez4qo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;options emailsys=smtp;&lt;/P&gt;&lt;P&gt;filename myemail email&lt;BR /&gt;to="Jim@acme.com"&lt;BR /&gt;from="Wiley &amp;lt;wcoyote@acme.com&amp;gt;"&lt;BR /&gt;sender="Wiley &amp;lt;wcoyote@sas.com&amp;gt;"&lt;BR /&gt;attach=('C:\Public\Pictures\Sample Pictures\sasLogo.gif' NAME="sasLogo" INLINED="logo"&lt;BR /&gt;'C:\temp\reportToEmail.html' NAME='myreport')&lt;BR /&gt;subject="Embedded Image Example"&lt;BR /&gt;content_type="text/html";&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;file myemail;&lt;BR /&gt;put 'Dear customer,&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;';&lt;BR /&gt;put 'This is an example email with content type text/html, an attached report ';&lt;BR /&gt;put 'and an embedded image.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;';&lt;BR /&gt;put 'Sincerely,&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;';&lt;BR /&gt;put 'Wiley Coyote&amp;lt;br&amp;gt;';&lt;BR /&gt;put 'Developer&amp;lt;br&amp;gt;';&lt;BR /&gt;put 'SAS Research &amp;amp; Development&amp;lt;br&amp;gt;';&lt;BR /&gt;put '1234 Any Street&amp;lt;br&amp;gt; ';&lt;BR /&gt;put 'Sampletown';&lt;BR /&gt;put 'NC 45678&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;';&lt;BR /&gt;put '&amp;lt;IMG src="cid:logo" height="40" width="160"&amp;gt;';&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 22:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296419#M10495</guid>
      <dc:creator>MartinBresser</dc:creator>
      <dc:date>2016-09-04T22:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display SAS Graph in Body of Email</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296773#M10501</link>
      <description>&lt;P&gt;Here's another example that might help...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sastraining/2013/11/06/sas-9-4-has-a-new-way-to-send-interactive-graphs-in-email/" target="_blank"&gt;http://blogs.sas.com/content/sastraining/2013/11/06/sas-9-4-has-a-new-way-to-send-interactive-graphs-in-email/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 15:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-SAS-Graph-in-Body-of-Email/m-p/296773#M10501</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2016-09-06T15:44:33Z</dc:date>
    </item>
  </channel>
</rss>

