<?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 Add .png or .JPEG image file as a signature in sas email body by using Put statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Add-png-or-JPEG-image-file-as-a-signature-in-sas-email-body-by/m-p/600310#M173481</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want to add signature in SAS Email body by using Put statement.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Below is the sas code which is used to send the mail.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename mymail email to="abc@pqr.com"&lt;BR /&gt;subject=" Greetings for the Day"&lt;BR /&gt;attach="C:\temp\file.pdf"&lt;BR /&gt;from="SAS Global Forum 2010 &amp;lt;pqr@test.com&amp;gt;";&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;file mymail;&lt;BR /&gt;put 'Dear Customer';&lt;BR /&gt;put 'Greeting for the Day';&lt;/P&gt;
&lt;P&gt;put 'Greeting for the Day';&lt;/P&gt;
&lt;P&gt;put 'Greeting for the Day';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here I want to add signature of Image file.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks in Advance!!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 09:52:55 GMT</pubDate>
    <dc:creator>ShammiKalsi</dc:creator>
    <dc:date>2019-10-30T09:52:55Z</dc:date>
    <item>
      <title>Add .png or .JPEG image file as a signature in sas email body by using Put statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-png-or-JPEG-image-file-as-a-signature-in-sas-email-body-by/m-p/600310#M173481</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want to add signature in SAS Email body by using Put statement.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Below is the sas code which is used to send the mail.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename mymail email to="abc@pqr.com"&lt;BR /&gt;subject=" Greetings for the Day"&lt;BR /&gt;attach="C:\temp\file.pdf"&lt;BR /&gt;from="SAS Global Forum 2010 &amp;lt;pqr@test.com&amp;gt;";&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;file mymail;&lt;BR /&gt;put 'Dear Customer';&lt;BR /&gt;put 'Greeting for the Day';&lt;/P&gt;
&lt;P&gt;put 'Greeting for the Day';&lt;/P&gt;
&lt;P&gt;put 'Greeting for the Day';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here I want to add signature of Image file.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks in Advance!!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 09:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-png-or-JPEG-image-file-as-a-signature-in-sas-email-body-by/m-p/600310#M173481</guid>
      <dc:creator>ShammiKalsi</dc:creator>
      <dc:date>2019-10-30T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add .png or .JPEG image file as a signature in sas email body by using Put statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-png-or-JPEG-image-file-as-a-signature-in-sas-email-body-by/m-p/600328#M173499</link>
      <description>&lt;P&gt;You need to add the picture as an attachment. Mails are (per definition) text only, and use special mechanisms for transporting non-textual data.&lt;/P&gt;
&lt;P&gt;Google "MIME" and "BASE64" for more information.&lt;/P&gt;
&lt;P&gt;Information for how to embed pictures inline can be found by googling "inline pictures mime".&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 11:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-png-or-JPEG-image-file-as-a-signature-in-sas-email-body-by/m-p/600328#M173499</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-30T11:12:10Z</dc:date>
    </item>
  </channel>
</rss>

