firefly-iii-fints-importer
firefly-iii-fints-importer copied to clipboard
Implement email notification for TAN challenges during an automated run
During an headless import (GET Parameter automate
and config
set) it can happen that a TAN challenge is posed. In this case the user usually doesn't sit in front of the browser or terminal.
Therefore an email notification can help and this PR implements this.
The configuration required for this to work is in the .json
under the tan_required_email_notification
object (See example.json
). All fields are required to be non empty, else the email notification won't be enabled.
Question:
- I didn't want to save every email config entry in the session. Therefore I just reread the configuration file. Is this fine?
solves #75