<?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 SMTP to CSSMTP formatting in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SMTP-to-CSSMTP-formatting/m-p/910898#M359198</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having to convert all my simple SAS SMTP jobs that send emails straight to our server over to CSSMTP due to security issues on z/OS. These are simple emails and I have the process working. But all emails sent are capitalized and for the life of me I cannot figure out how/where it is doing this. My FILENAME statement:&lt;/P&gt;
&lt;PRE&gt;FILENAME MYMAIL EMAIL                       
         TO = ("User.Group@xxxx.gov")     
         FROM = ("Mainframe.User@xxxx.gov")  
         SENDER = ("Mainframe.User@xxx.gov")
         SUBJECT="This is a test"           
         CONTENT_TYPE="TEXT/HTML"           
         SYSOUT=B                           
         PGM=KTCPSMTP                       
         ENCODING=ASCII                     
         LRECL=80                           
         BLKSIZE=80                         
         RECFM=FB;                          &lt;/PRE&gt;
&lt;P&gt;I've tried everything, formatting wise, in my DATA statement for the body of the email. Can anyone point me in the right direction please?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 17:42:48 GMT</pubDate>
    <dc:creator>G_I_Jeff</dc:creator>
    <dc:date>2024-01-08T17:42:48Z</dc:date>
    <item>
      <title>SMTP to CSSMTP formatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SMTP-to-CSSMTP-formatting/m-p/910898#M359198</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having to convert all my simple SAS SMTP jobs that send emails straight to our server over to CSSMTP due to security issues on z/OS. These are simple emails and I have the process working. But all emails sent are capitalized and for the life of me I cannot figure out how/where it is doing this. My FILENAME statement:&lt;/P&gt;
&lt;PRE&gt;FILENAME MYMAIL EMAIL                       
         TO = ("User.Group@xxxx.gov")     
         FROM = ("Mainframe.User@xxxx.gov")  
         SENDER = ("Mainframe.User@xxx.gov")
         SUBJECT="This is a test"           
         CONTENT_TYPE="TEXT/HTML"           
         SYSOUT=B                           
         PGM=KTCPSMTP                       
         ENCODING=ASCII                     
         LRECL=80                           
         BLKSIZE=80                         
         RECFM=FB;                          &lt;/PRE&gt;
&lt;P&gt;I've tried everything, formatting wise, in my DATA statement for the body of the email. Can anyone point me in the right direction please?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 17:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SMTP-to-CSSMTP-formatting/m-p/910898#M359198</guid>
      <dc:creator>G_I_Jeff</dc:creator>
      <dc:date>2024-01-08T17:42:48Z</dc:date>
    </item>
  </channel>
</rss>

