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.
I ran it in Jupyter Notebook, but it couldn't find the send_email module.
<SPAN class="keyword token">from</SPAN> send_email <SPAN class="keyword token">import</SPAN> EmailServer<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
ModuleNotFoundError: No module named 'send_email'<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
Can I download the module and install it from somewhere?