Open Bur0k opened 1 year ago
Would be a really nice feature. If you don't regularly check if all transactions are there it is hard to notice that the TAN expired. Additionally I don't know if a bank would block you after sometime if you try to login with a expired TAN too often.
During an headless import (GET Parameter
automate
andconfig
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 thetan_required_email_notification
object (Seeexample.json
). All fields are required to be non empty, else the email notification won't be enabled.Question:
solves #75