<?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 send email from sas- separate text to different lines in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/send-email-from-sas-separate-text-to-different-lines/m-p/935742#M367878</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to send an email via sas.&lt;/P&gt;
&lt;P&gt;The 2 sentences are written&amp;nbsp; in one line but I want it to be in two separate lines.&lt;/P&gt;
&lt;P&gt;What is the way to do it?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1720947964838.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/98397i81A9D3447F123AEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1720947964838.png" alt="Ronein_0-1720947964838.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename msg email &lt;BR /&gt;to="Joe@gmail.com"&lt;BR /&gt;from="Joe@gmail.com"&lt;BR /&gt;subject = "Meeting update"&lt;BR /&gt;readreceipt&lt;BR /&gt;ct="text/html"&lt;BR /&gt;sensitivity='private'&lt;BR /&gt;encoding="utf-8";&lt;BR /&gt;data _null_;&lt;BR /&gt;file msg;&lt;BR /&gt;put "Hello";&lt;BR /&gt;put "";&lt;BR /&gt;put "Our meeting will occur tomorrow,I will update asap";&lt;BR /&gt;run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 14 Jul 2024 09:06:32 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2024-07-14T09:06:32Z</dc:date>
    <item>
      <title>send email from sas- separate text to different lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/send-email-from-sas-separate-text-to-different-lines/m-p/935742#M367878</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to send an email via sas.&lt;/P&gt;
&lt;P&gt;The 2 sentences are written&amp;nbsp; in one line but I want it to be in two separate lines.&lt;/P&gt;
&lt;P&gt;What is the way to do it?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1720947964838.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/98397i81A9D3447F123AEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1720947964838.png" alt="Ronein_0-1720947964838.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename msg email &lt;BR /&gt;to="Joe@gmail.com"&lt;BR /&gt;from="Joe@gmail.com"&lt;BR /&gt;subject = "Meeting update"&lt;BR /&gt;readreceipt&lt;BR /&gt;ct="text/html"&lt;BR /&gt;sensitivity='private'&lt;BR /&gt;encoding="utf-8";&lt;BR /&gt;data _null_;&lt;BR /&gt;file msg;&lt;BR /&gt;put "Hello";&lt;BR /&gt;put "";&lt;BR /&gt;put "Our meeting will occur tomorrow,I will update asap";&lt;BR /&gt;run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 14 Jul 2024 09:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/send-email-from-sas-separate-text-to-different-lines/m-p/935742#M367878</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-07-14T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: send email from sas- separate text to different lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/send-email-from-sas-separate-text-to-different-lines/m-p/935747#M367884</link>
      <description>&lt;P&gt;As a first measure, try adding line-break tags, as you define the content type of your mail as HTML.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;put "Hello&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Our meeting will occur tomorrow,I will update asap";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or see what happens when you omit the CT option, as the mail will then be defined with text/plain, so the mail client will not expect HTML tags.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 12:33:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/send-email-from-sas-separate-text-to-different-lines/m-p/935747#M367884</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-07-14T12:33:47Z</dc:date>
    </item>
  </channel>
</rss>

