Skip to content

Email sending template combined with HTML

No due date 0% complete

skyfieldService.py is where we write functions to calculate the upcoming satellite prediction flight path.

Must have:

  • predictions in next 24 hours
  • easy to read/understand format
  • combine with HTML tags
  1. Function findHorizonTime returns a dictionary. Understand what this function does, what is returns, and use the returned dictionary to write a future…

skyfieldService.py is where we write functions to calculate the upcoming satellite prediction flight path.

Must have:

  • predictions in next 24 hours
  • easy to read/understand format
  • combine with HTML tags
  1. Function findHorizonTime returns a dictionary. Understand what this function does, what is returns, and use the returned dictionary to write a future email sending format.

  2. Add a new .html file for email sending.

Additional Resources:

Loading