<?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: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/741977#M22173</link>
    <description>&lt;P&gt;SAS Tech Support is your best option with this type of problem if you haven't done tracked this already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also does this help?&amp;nbsp;&lt;A href="http://azuredummies.com/2016/06/21/451-5-7-3-starttls-is-required-to-send-mail-office-365/" target="_blank"&gt;http://azuredummies.com/2016/06/21/451-5-7-3-starttls-is-required-to-send-mail-office-365/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just googled your error and this was the first search item found.&lt;/P&gt;</description>
    <pubDate>Mon, 17 May 2021 20:14:10 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-05-17T20:14:10Z</dc:date>
    <item>
      <title>SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739607#M22102</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We configured sending email via our SAS 9.4 M 7 Windows 2019 platform (one node topology ).&lt;BR /&gt;We modified (mail host, inane, pwd etc) corresponding server.xml file in Lev1\Web\WebApp\SASServer1_1&lt;BR /&gt;&lt;BR /&gt;SAS WebApp Server ist not configured for HTTPS connection.(I am not sure if this is required in this case)&lt;BR /&gt;&lt;BR /&gt;After restarting the services and testing the functionality we are receiving the following error message:&lt;BR /&gt;&lt;BR /&gt;ERROR: Email: 451 5.7.3 STARTTLS is required to send mail [AM6PR08CA0023.eurprd08.prod.outlook.com]&lt;BR /&gt;&lt;BR /&gt;Do you have any idea what could be the main cause for this?&lt;BR /&gt;&lt;BR /&gt;Very appreciate for any hints.&lt;BR /&gt;&lt;BR /&gt;Thanks and BR</description>
      <pubDate>Thu, 06 May 2021 18:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739607#M22102</guid>
      <dc:creator>gorata</dc:creator>
      <dc:date>2021-05-06T18:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739627#M22103</link>
      <description>&lt;P&gt;Email in SAS works out of the box.&lt;BR /&gt;Can you show what your code is?&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 19:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739627#M22103</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-06T19:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739633#M22104</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you are right. E mail functionality in SAS is out of the box and did not expected any issues but anyway, please find my sample code example to test the functionality:&lt;/P&gt;
&lt;P&gt;-------------------------------------------&lt;/P&gt;
&lt;P&gt;options emailsys = smtp emailhost = "myhost" emailport = portnumber emailid = "senderadress" emailpw="pwd";&lt;BR /&gt;filename outbox email to='someone@mail.comm' type='text/html' subject='Just a test' ; data temperatures; do centigrade = -40 to 100 by 10; fahrenheit = centigrade*9/5+32; output; end; run; ods html body=outbox /* Mail it! */ rs=none; title 'Centigrade to Fahrenheit conversion table'; proc print; id centigrade; var fahrenheit; run; ods html close;&lt;/P&gt;
&lt;P&gt;---------------------------------------------&lt;/P&gt;
&lt;P&gt;And when i submit it i am receiving the following error message "...ERROR: Email: 451 5.7.3 STARTTLS is required to send mail...."&lt;/P&gt;
&lt;P&gt;I forgot to mention that we would like to send the mail via SMTP server Office 365 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 20:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739633#M22104</guid>
      <dc:creator>gorata</dc:creator>
      <dc:date>2021-05-06T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739635#M22105</link>
      <description>&lt;P&gt;I think it is office 365 issue. Please have a look here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.moh10ly.com/emails-between-o365-and-on-premises-do-not-work/" target="_blank"&gt;https://www.moh10ly.com/emails-between-o365-and-on-premises-do-not-work/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/451-573-starttls-required-send-mail-error-office-365-ahmad-yasin" target="_blank"&gt;https://www.linkedin.com/pulse/451-573-starttls-required-send-mail-error-office-365-ahmad-yasin&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a discussion with Windows/office 365 teams&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 20:08:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739635#M22105</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-06T20:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739723#M22110</link>
      <description>&lt;P&gt;Thanks! I will start a discussion with our office265 team.&lt;/P&gt;
&lt;P&gt;But could it be that because our SAS Web App server is currently not configured for HTTPS , that this could be the reason also?&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 09:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739723#M22110</guid>
      <dc:creator>gorata</dc:creator>
      <dc:date>2021-05-07T09:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739748#M22112</link>
      <description>&lt;P&gt;&lt;STRONG&gt;"But could it be that because our SAS Web App server is currently not configured for HTTPS , that this could be the reason also?"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based upon my experience, I would say no. HTTPS configuration is not&amp;nbsp;&lt;/SPAN&gt;essential.&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 12:13:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/739748#M22112</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-07T12:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/741974#M22172</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We still do not have any idea what/where is the bottleneck resp the cause of our situation.&lt;BR /&gt;Do you have so other ideas what to check?&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards</description>
      <pubDate>Mon, 17 May 2021 19:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/741974#M22172</guid>
      <dc:creator>gorata</dc:creator>
      <dc:date>2021-05-17T19:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/741977#M22173</link>
      <description>&lt;P&gt;SAS Tech Support is your best option with this type of problem if you haven't done tracked this already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also does this help?&amp;nbsp;&lt;A href="http://azuredummies.com/2016/06/21/451-5-7-3-starttls-is-required-to-send-mail-office-365/" target="_blank"&gt;http://azuredummies.com/2016/06/21/451-5-7-3-starttls-is-required-to-send-mail-office-365/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just googled your error and this was the first search item found.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 20:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/741977#M22173</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-17T20:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS E Mail Issue: ERROR: Email: 451 5.7.3 STARTTLS is required to send mail</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/742032#M22177</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;I also googled it. But until now doesn’t helped nothing . I mean probably I missed something.&lt;BR /&gt;However sas track is open and sas global support is also investigating and supporting me. I just wanted to speed this up, because already since approx one week I do not have any progress on this, also with sas track /support.&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 17 May 2021 23:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-E-Mail-Issue-ERROR-Email-451-5-7-3-STARTTLS-is-required-to/m-p/742032#M22177</guid>
      <dc:creator>gorata</dc:creator>
      <dc:date>2021-05-17T23:00:45Z</dc:date>
    </item>
  </channel>
</rss>

