HI,
I would require to use email communication as part of my automated tests. This is, register at the test side, open the sent email to click the verification link and then login etc.
I found http://qamail.ala.se (https://github.com/naushniki/qamail) and an example https://www.testingexcellence.com/automated-api-testing-emails-karate, but it does not work for me when trying to do it in Java.
So I was thinking that I cannot be the only person having this issue, so I was wondering, what solutions you are using or which you can point me to ?
Thank you