...
- Connect to relevant server (e.g. SF DEV AUTO).
- Change to relevant folder containing the change notification scripts `https://bitbucket.org/sfgovdt/eas/src/default/automation/src/job.py` (e.g. cd C:\\apps\\eas_automation\automation\\src).
- Run address_change_report job:
python job.py --env SF_DEV --job address_change_report --action EXECUTE --v
- Run address_change_notification job:
python job.py --env SF_DEV --job address_change_notification --action EXECUTE --v
- Confirm emails received. (See config_notifications.py in /automation/src/config to confirm you are a recipient.)