NeonGeckoCom / skill-support_helper

Support Helper skill
Other
1 stars 0 forks source link

[FEAT] Fallback Email Support #51

Open NeonDaniel opened 1 year ago

NeonDaniel commented 1 year ago

Objective

If unable to email the user at their specified email, prompt to send to support directly.

Initial Implementation Requirements

Other Considerations

Catch errors like an offline device or issue with the email proxy and handle those without prompting the user to do something else that will still fail

NeonDaniel commented 1 year ago

This will need some more information from send_email; current implementation just returns a bool indicating success