I am trying to validate the context of email using tosca. For instance, there is a confirmation email after changing the password. I want to validate the message in the email (gmail).
Followed the below steps
- Used the connect to mail server module where i established the email server. For this module i used IMAP protocol and port as 993 to create the server. This step is passing.
- Used the receive mail simple module to validate the email. I provided the below screenshot for details, but it is failing as invalid credentials.