Hello everyone,
I am working on a custom module that is supposed to enable automatic import of a bank statement via email. All mail sent to a designated address (i.e. staments@example.com) should contain XML file with bank statement data. I have the logic to import statement data from XML file into the database).
My problem is with setting up email alias.
Is there an existing model that I can use as Aliased Model or do I need to create a new model since using Email Thread is causing an error and Bank Statement model is not even being offered as an option?
Your feedback is very much appreciated.
Djordje