Using mailosaur API

We are trying to automate reading and validating email messages. We found a useful site mailosaur which creates a test SMTP server and accepts email messages and provides JSON View of the messages. Can we use eggplant to connect to mailosaur and read the JSON view ?

I don’t really see how this would work. You can send an email from eggPlant, but the response from Mailosaur is going to come back to the mailbox of whatever email address you set as the “from” field. You’d have to then somehow retrieve the data from there, which is where I see the problem occurring.