For the upcoming feature to look for the nth message, I propose a new
feature request (will provide a PR):
- add method
seeSenderInLastEmail/seeSenderInNthEmail to check for the correct sender
- add method
seeRecipientInLastEmail/seeRecipientInNthEmail to check for certain recipient(s)
The data is there and could easily be integrated in the \Codeception\Util\Email entity and \Codeception\Module\MailCatcher module.
For the upcoming feature to look for the nth message, I propose a new
feature request (will provide a PR):
seeSenderInLastEmail/seeSenderInNthEmailto check for the correct senderseeRecipientInLastEmail/seeRecipientInNthEmailto check for certain recipient(s)The data is there and could easily be integrated in the
\Codeception\Util\Emailentity and\Codeception\Module\MailCatchermodule.