<?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: No module named 'send_email' in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880028#M5076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for the info. "send_email" isn't a module but a separate script included in the ServiceSupport zip folder of the ServiceFunctions toolbox. It's accessible in this document: &lt;A class="link-titled" href="https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf" title="https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf"&gt;https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script I was running was servicefunctions.py found in the same folder as send_email.py.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2019 18:44:46 GMT</pubDate>
    <dc:creator>JaredPilbeam2</dc:creator>
    <dc:date>2019-10-15T18:44:46Z</dc:date>
    <item>
      <title>No module named 'send_email'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880026#M5074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to run a script provided by ESRI that's used by as part of the Citizen Problem Reporter app to send email notifications via python and the Send Emails Tool. &lt;/P&gt;&lt;P&gt;I ran it in Jupyter Notebook, but it couldn't find the send_email module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; send_email &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; EmailServer&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ModuleNotFoundError: No module named 'send_email'&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I download the module and install it from somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 16:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880026#M5074</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2019-09-30T16:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'send_email'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880027#M5075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;found it here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/crowdsource-reporter-scripts/blob/master/send_email.py" title="https://github.com/Esri/crowdsource-reporter-scripts/blob/master/send_email.py"&gt;crowdsource-reporter-scripts/send_email.py at master · Esri/crowdsource-reporter-scripts · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/crowdsource-reporter-scripts" title="https://github.com/Esri/crowdsource-reporter-scripts"&gt;GitHub - Esri/crowdsource-reporter-scripts: Scripts that can be used to extend the functionality of crowdsource reporter&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EmailServer is a class there-in&lt;/P&gt;&lt;P&gt;A copy of the script (assuming it is the same and current) to the folder where you are running your other script will allow for importing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2019 01:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880027#M5075</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-01T01:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'send_email'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880028#M5076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for the info. "send_email" isn't a module but a separate script included in the ServiceSupport zip folder of the ServiceFunctions toolbox. It's accessible in this document: &lt;A class="link-titled" href="https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf" title="https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf"&gt;https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script I was running was servicefunctions.py found in the same folder as send_email.py.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 18:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880028#M5076</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2019-10-15T18:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'send_email'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880029#M5077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jared... The script&amp;nbsp;&lt;STRONG style="box-sizing: border-box; color: #24292e; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 600; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;servicefunctions.py&lt;/STRONG&gt; imports sendemail&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="box-sizing: border-box; color: #d73a49; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 20px; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt; send_email &lt;/SPAN&gt;&lt;SPAN style="box-sizing: border-box; color: #d73a49; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 20px; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt; EmailServer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/crowdsource-reporter-scripts/blob/master/servicefunctions.py" title="https://github.com/Esri/crowdsource-reporter-scripts/blob/master/servicefunctions.py"&gt;crowdsource-reporter-scripts/servicefunctions.py at master · Esri/crowdsource-reporter-scripts · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am not sure how it is all set up, but perhaps you might have to contact the authors or start and issue on GitHub if ho one follows here.&lt;/P&gt;&lt;P&gt;It might be worth while looking at the open or closed issues to see if there is something similar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/crowdsource-reporter-scripts/issues" title="https://github.com/Esri/crowdsource-reporter-scripts/issues"&gt;Issues · Esri/crowdsource-reporter-scripts · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 23:15:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-send-email/m-p/880029#M5077</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-15T23:15:46Z</dc:date>
    </item>
  </channel>
</rss>

