<?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 Email Notification script http error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/email-notification-script-http-error/m-p/430491#M33832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've having issues with the email notification script.&amp;nbsp; We recently changed everything on our in-house server to https.&amp;nbsp; The script had been running fine until this change occurred.&lt;/P&gt;&lt;P&gt;I've updated the url's in the email notification script and get and error on the&amp;nbsp;HTTPError: this service url encountered an HTTP Error: https://services.arcgis.com/xhDV83hFoiDFnMbw/arcgis/rest/services/CitizenConcernReports_public/FeatureServer/0?token=Do6hTfMgc7N5-vmbKBJ3TgqxDWOS72CHoVRMk7ta4jdF4mmnWRdSJVJ6mt6Zzq_fNzDpYf3ZZw7n0PIa7CxHE7WbFDwcUxF5uYIF_3FRaht1QrFpA_AHIRlfrKM9QMQgK3TVnr2v4ge84tVCRoJPb_ArzOlfRAc6GfHgGOLLZHCigr2UpCw3xhKQt9IwoOnNTnBs7JWdqEG9s4PKrxQNWEl7s2Jq5_HCVS6ZkLywSfF5nTDBNPEJMep1RdIUJYzo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script:&lt;/P&gt;&lt;P&gt;email_services = [&lt;BR /&gt; {'service url': 'https://services.arcgis.com/xhDV83hFoiDFnMbw/arcgis/rest/services/CitizenConcernReports_public/FeatureServer/0?token=Do6hTfMgc7N5-vmbKBJ3TgqxDWOS72CHoVRMk7ta4jdF4mmnWRdSJVJ6mt6Zzq_fNzDpYf3ZZw7n0PIa7CxHE7WbFDwcUxF5uYIF_3FRaht1QrFpA_AHIRlfrKM9QMQgK3TVnr2v4ge84tVCRoJPb_ArzOlfRAc6GfHgGOLLZHCigr2UpCw3xhKQt9IwoOnNTnBs7JWdqEG9s4PKrxQNWEl7s2Jq5_HCVS6ZkLywSfF5nTDBNPEJMep1RdIUJYzo',&lt;BR /&gt; 'messages': [&lt;BR /&gt; {'query': "STATUS='Submitted'",&lt;BR /&gt; 'email address': 'firesafety@mymorristown.com',&lt;BR /&gt; 'email body template': r'C:\Users\dlee\Documents\GIS Projects\Debbies Maps\Citizens Concern App\Working Files\EmailNotifications\internal_email_template - Copy.html',&lt;BR /&gt; 'email subject': 'A concern has been submitted',&lt;BR /&gt; 'body substitutions': {'{Type of Concern}': 'PROBTYPE',&lt;BR /&gt; '{Details Submitted}': 'DETAILS',&lt;BR /&gt; '{name}': 'NAME',&lt;BR /&gt; '{Phone}':'PHONE',&lt;BR /&gt; '{Email}': 'EMAIL' }, &lt;BR /&gt; 'status field': 'STATUS',&lt;BR /&gt; 'completed value': 'Received'},&lt;BR /&gt; {'query': "STATUS='Received'",&lt;BR /&gt; 'email address': 'EMAIL',&lt;BR /&gt; 'email body template': r'C:\Users\dlee\Documents\GIS Projects\Debbies Maps\Citizens Concern App\Working Files\EmailNotifications\internal_email_template - external.html',&lt;BR /&gt; 'email subject': 'Thank you for submitting your concern',&lt;BR /&gt; 'body substitutions': {'{Type of Concern}': 'PROBTYPE',&lt;BR /&gt; '{Details Submitted}': 'DETAILS',&lt;BR /&gt; '{Assigned To}': 'ASSIGNEDTO',&lt;BR /&gt; '{name}': 'NAME',&lt;BR /&gt; '{Phone}':'PHONE',&lt;BR /&gt; '{Email}': 'EMAIL',&lt;BR /&gt; '{OBJECTID}': 'OBJECTID'}, &lt;BR /&gt; 'status field': 'STATUS',&lt;BR /&gt; 'completed value': 'Received'}&lt;BR /&gt; ]},&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2020 14:00:42 GMT</pubDate>
    <dc:creator>DeborahLee1</dc:creator>
    <dc:date>2020-01-27T14:00:42Z</dc:date>
    <item>
      <title>Email Notification script http error</title>
      <link>https://community.esri.com/t5/python-questions/email-notification-script-http-error/m-p/430491#M33832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've having issues with the email notification script.&amp;nbsp; We recently changed everything on our in-house server to https.&amp;nbsp; The script had been running fine until this change occurred.&lt;/P&gt;&lt;P&gt;I've updated the url's in the email notification script and get and error on the&amp;nbsp;HTTPError: this service url encountered an HTTP Error: https://services.arcgis.com/xhDV83hFoiDFnMbw/arcgis/rest/services/CitizenConcernReports_public/FeatureServer/0?token=Do6hTfMgc7N5-vmbKBJ3TgqxDWOS72CHoVRMk7ta4jdF4mmnWRdSJVJ6mt6Zzq_fNzDpYf3ZZw7n0PIa7CxHE7WbFDwcUxF5uYIF_3FRaht1QrFpA_AHIRlfrKM9QMQgK3TVnr2v4ge84tVCRoJPb_ArzOlfRAc6GfHgGOLLZHCigr2UpCw3xhKQt9IwoOnNTnBs7JWdqEG9s4PKrxQNWEl7s2Jq5_HCVS6ZkLywSfF5nTDBNPEJMep1RdIUJYzo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script:&lt;/P&gt;&lt;P&gt;email_services = [&lt;BR /&gt; {'service url': 'https://services.arcgis.com/xhDV83hFoiDFnMbw/arcgis/rest/services/CitizenConcernReports_public/FeatureServer/0?token=Do6hTfMgc7N5-vmbKBJ3TgqxDWOS72CHoVRMk7ta4jdF4mmnWRdSJVJ6mt6Zzq_fNzDpYf3ZZw7n0PIa7CxHE7WbFDwcUxF5uYIF_3FRaht1QrFpA_AHIRlfrKM9QMQgK3TVnr2v4ge84tVCRoJPb_ArzOlfRAc6GfHgGOLLZHCigr2UpCw3xhKQt9IwoOnNTnBs7JWdqEG9s4PKrxQNWEl7s2Jq5_HCVS6ZkLywSfF5nTDBNPEJMep1RdIUJYzo',&lt;BR /&gt; 'messages': [&lt;BR /&gt; {'query': "STATUS='Submitted'",&lt;BR /&gt; 'email address': 'firesafety@mymorristown.com',&lt;BR /&gt; 'email body template': r'C:\Users\dlee\Documents\GIS Projects\Debbies Maps\Citizens Concern App\Working Files\EmailNotifications\internal_email_template - Copy.html',&lt;BR /&gt; 'email subject': 'A concern has been submitted',&lt;BR /&gt; 'body substitutions': {'{Type of Concern}': 'PROBTYPE',&lt;BR /&gt; '{Details Submitted}': 'DETAILS',&lt;BR /&gt; '{name}': 'NAME',&lt;BR /&gt; '{Phone}':'PHONE',&lt;BR /&gt; '{Email}': 'EMAIL' }, &lt;BR /&gt; 'status field': 'STATUS',&lt;BR /&gt; 'completed value': 'Received'},&lt;BR /&gt; {'query': "STATUS='Received'",&lt;BR /&gt; 'email address': 'EMAIL',&lt;BR /&gt; 'email body template': r'C:\Users\dlee\Documents\GIS Projects\Debbies Maps\Citizens Concern App\Working Files\EmailNotifications\internal_email_template - external.html',&lt;BR /&gt; 'email subject': 'Thank you for submitting your concern',&lt;BR /&gt; 'body substitutions': {'{Type of Concern}': 'PROBTYPE',&lt;BR /&gt; '{Details Submitted}': 'DETAILS',&lt;BR /&gt; '{Assigned To}': 'ASSIGNEDTO',&lt;BR /&gt; '{name}': 'NAME',&lt;BR /&gt; '{Phone}':'PHONE',&lt;BR /&gt; '{Email}': 'EMAIL',&lt;BR /&gt; '{OBJECTID}': 'OBJECTID'}, &lt;BR /&gt; 'status field': 'STATUS',&lt;BR /&gt; 'completed value': 'Received'}&lt;BR /&gt; ]},&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/email-notification-script-http-error/m-p/430491#M33832</guid>
      <dc:creator>DeborahLee1</dc:creator>
      <dc:date>2020-01-27T14:00:42Z</dc:date>
    </item>
  </channel>
</rss>

