<?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: FILENAME EMAIL:  LotusNotes to Outlook 2010 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118142#M24384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use ODS to write the body of the email in HTML. If you do, and want the code to render properly in Outlook 2010, you should use the HTML3 ODS destination.&amp;nbsp; Discussion and sample code are available on the SAS Training Post blog: &lt;A href="http://goo.gl/MuK26"&gt;Jedi SAS Tricks: Email from the Front – Part 2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 02:40:24 GMT</pubDate>
    <dc:creator>SASJedi</dc:creator>
    <dc:date>2012-05-17T02:40:24Z</dc:date>
    <item>
      <title>FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118141#M24383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For years, we have had SAS code that creates many emails using LotusNotes.&amp;nbsp; We are now transitioning to Outlook 2010.&amp;nbsp; The example SAS code follows my signature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My html attachment is no longer rendering as the actual note.&amp;nbsp; If another attachment exists, then the html file is an additional attachment.&amp;nbsp; If there is only the html attachment, then it will render as the note.&amp;nbsp; The beauty of using the html attachment for the note is that the non-SAS user has control of the note.&amp;nbsp; For the short-term, I will create a PUT statements note.&amp;nbsp; Double-Yuck!!!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have others run into this issue with Outlook 2010?&amp;nbsp; Aside:&amp;nbsp; Like others posting to these discussion communities, I haven’t been able to get ODS HTML/HTML3 to create a note.&amp;nbsp; The note is the HTML code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Kim LeBouton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;filename outbox email &lt;/SPAN&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: purple; font-size: 14pt;"&gt;'nul'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;file outbox&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: purple; font-size: 14pt;"&gt;"to_email_group"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cc=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: purple; font-size: 14pt;"&gt;"cc_email_group"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&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&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subject=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: purple; font-size: 14pt;"&gt;"A Spiffy Report for &amp;amp;Region"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach=(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: purple; font-size: 14pt;"&gt;"emailnote.htm"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: purple; font-size: 14pt;"&gt;"theattachedreportsfortheregion.zip"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; background: white; color: black; font-size: 14pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 21:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118141#M24383</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2012-05-16T21:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118142#M24384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use ODS to write the body of the email in HTML. If you do, and want the code to render properly in Outlook 2010, you should use the HTML3 ODS destination.&amp;nbsp; Discussion and sample code are available on the SAS Training Post blog: &lt;A href="http://goo.gl/MuK26"&gt;Jedi SAS Tricks: Email from the Front – Part 2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 02:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118142#M24384</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2012-05-17T02:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118143#M24385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have elaborated on my third paragraph above, which is tied to your blog.&amp;nbsp; I can't get your code to work, but thank you for all of the information and the video. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I am using SAS 9.3 (TS1M1) without the SMTP host or port specified.&amp;nbsp; I have yet to find the right person to provide this information.&amp;nbsp; Although I've tried, I haven't been able to figure out the version of Outlook 2010 that I am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 19:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118143#M24385</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2012-05-17T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118144#M24386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this will help, but I have an E-mail send that is structured a little bit differently, and includes TYPE='text/html' like example #2 in&amp;nbsp; &lt;A href="http://support.sas.com/resources/papers/proceedings11/300-2011.pdf"&gt;http://support.sas.com/resources/papers/proceedings11/300-2011.pdf&lt;/A&gt;.&amp;nbsp; Cynthia says her E-mail is received on Outlook 2010, which is why I have posted this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;-EMAILHOST mail.myplace.com &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-emailsys smtp is set in our configuration file (proc options at the bottom).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WendyT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DATA _NULL_ ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILENAME WEEKLYREP EMAIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUBJECT="Weekly report"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM="&lt;A href="mailto:wendyt@myplace.com"&gt;wendyt@myplace.com&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO=("&lt;A href="mailto:person1@myplace.com"&gt;person1@myplace.com&lt;/A&gt;" "&lt;A href="mailto:person2@myplace.com"&gt;person2@myplace.com&lt;/A&gt;" "&lt;A href="mailto:person3@myplace.com"&gt;person3@myplace.com&lt;/A&gt;")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CC= "&lt;A href="mailto:wendyt@myplace.com"&gt;wendyt@myplace.com&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE='text/html'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ATTACH=("&amp;amp;QA_REPORTS\WEEKLY_REPORT1.HTML" "&amp;amp;QA_REPORTS\WEEKLY_REPORT2.HTML" );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RUN ;&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,courier;"&gt;6 proc options GROUP=EMAIL ; run ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SAS (r) Proprietary Software Release 9.2 TS2M3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILAUTHPROTOCOL=NONE&lt;/SPAN&gt;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: courier new,courier;"&gt;Identifies the SMTP e-mail authentication protocol&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NOEMAILFROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Do not require FROM= for SMTP email&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILHOST=mail&lt;/SPAN&gt;.myplace.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&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;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;SMTP server host for email access method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILID=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;From E-mail address, log in id, or profile for use with &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;underlying e-mail system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILPORT=25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Port number for SMTP server for email access method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILPW=xxxxxxxx&amp;nbsp; &lt;/SPAN&gt;Used by the E-mail Access Method and Send menu item to set &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;the email session login password for the underlying e-mail &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILDLG=NATIVE&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Used by Send menu item to set the email dialog interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EMAILSYS=SMTP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Used by E-mail Access Method and Send menu item to set the &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;interface type with underlying e-mail system.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 22:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118144#M24386</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2012-05-17T22:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118145#M24387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To find out your Outlook 2010 version, go to file --&amp;gt; help&lt;/P&gt;&lt;P&gt;and the version will be displayed in the right panel.&amp;nbsp; There is also a link for additional version information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use SMTP to e-mail and you do need the hostname to make it work.&amp;nbsp; The IT folk who support the Exchange servers will know the name and necessary connect information for your SMTP host (Exchange also uses it to send e-mail outside of your organization.).&amp;nbsp; You need to talk to the server support people (Exchange), not the client side support people (Outlook).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 15:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118145#M24387</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-18T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118146#M24388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally back from vacation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the Outlook 2010 version information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will reach out to the exchange folks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 21:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118146#M24388</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2012-05-31T21:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118149#M24391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kim do not focus on Outlook as it is the client not the mailserver.&lt;/P&gt;&lt;P&gt;When organizing sending mail focus on the mailserver in your case there is a an Exchange server as you mentioned that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can use Outlook as local service to send mail. What will happen is that the outlook program will be called and a popup is coming verifying you are a human and no spammer.&lt;/P&gt;&lt;P&gt;Outlook is communicating with a email-server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The direct approach is connecting to the mail-server. A little painful for SAS is that they are too far behind with all evolvments in the market. When you are required to use a secured way of sending you could end up needing SAS 9.4.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/67279/HTML/default/viewer.htm#n1dvonnwsdm9w9n1xykm8s99j32c.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/67279/HTML/default/viewer.htm#n1dvonnwsdm9w9n1xykm8s99j32c.htm"&gt;SAS(R) 9.4 Companion for Windows, Third Edition&lt;/A&gt; what is new:&amp;nbsp; &lt;A id="p0xy82l52sqeymn1govvnpen4aj9"&gt;&lt;/A&gt;encrypt e-mail by using SSL or TLS encryption protocols .&amp;nbsp; &lt;/P&gt;&lt;P&gt;The SMTP send mail protocol does by design not having any security, the old way is assigning the machine (registered IP address) allowing sending the&amp;nbsp; mail. &lt;/P&gt;&lt;P&gt;The option "message-send from" is another weakness of smpt as the sender can be faked not being part of the email-server.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Html-3 version is something that comes in with Microsoft office see: &lt;A href="http://technet.microsoft.com/en-us/library/hh547013(v=exchg.141).aspx" title="http://technet.microsoft.com/en-us/library/hh547013(v=exchg.141).aspx"&gt;White Paper: Message Formatting&lt;/A&gt;. For some reason MS is still using the old Html-version in their office products. This is probably changing.&lt;/P&gt;&lt;P&gt;When you need the html layout set it on the old version, the newer html tags are ignored. With SAS the default html setting is part of the SAS-registry of the running user. If you have many batch processes generating html needed the old version as default than that is a bypass to remember.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 09:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118149#M24391</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-12-26T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME EMAIL:  LotusNotes to Outlook 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118153#M24395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to create outgoing email with the body of the email in HTML format, take a look at my blog post on this topic "&lt;A href="http://blogs.sas.com/content/sastraining/2011/02/15/jedi-sas-tricks-email-from-the-front-%e2%80%93-part-2"&gt;Jedi SAS Tricks: Email from the Front – Part 2&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;May the SAS be with you!&lt;BR /&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-EMAIL-LotusNotes-to-Outlook-2010/m-p/118153#M24395</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2015-06-12T13:18:12Z</dc:date>
    </item>
  </channel>
</rss>

