I have to test a website with a registration function next week. After signing up the user has to receive an e-mail and I have to check
- if the e-mail has been received
- if the e-mail has a specific content (username, registration link).
I'll use Selenium. I had the idea to login at web.de or owa (Outlook) and check the e-mail there but is there any another more efficient way? Has somebody any experience and could recommend me a good link or solution?
Please note: the test has to run overnight and headless automatically during a Jenkins job. So I can't use a GUI based tool to check the SMTP server.