Select to view content in your preferred language

Scheduled/emailed reports using ArcGIS Notebook Server?

982
1
05-06-2021 06:55 AM
Bud
by
Honored Contributor
 
Is it possible to send scheduled/emailed reports via ArcGIS Notebook Server scheduled tasks?
 

An example of a scheduled report would be:

  • Report/task runs weekly
  • Emailed to a list of recipients (via an STMP server)
  • The report filetype could be anything; the important part is that people get notified of records in a resultset by email — so that they can follow-up as needed.
  • The report would be emailed out if the resultset/count meets certain conditions (i.e. send the report if the resultset has >0 records).
0 Kudos
1 Reply
KyleGallagher16
New Contributor III

I just looked into this recently and it looks like the Notebook Server won't allow the use of SMTP, although you could try and use third-party SMTP to get around it.