I just found https://github.com/djfarrelly/MailDev, which is a really cool tool to preview emails in a browser. I'd love to be able to use it in my tests in combination with this package.
Do you think you can introduce the option to pass through the email to the original Email.send (while still having the email available via let emails = server.call('emailStub/getEmails')?
Hi guys,
I just found https://github.com/djfarrelly/MailDev, which is a really cool tool to preview emails in a browser. I'd love to be able to use it in my tests in combination with this package.
Do you think you can introduce the option to pass through the email to the original
Email.send
(while still having the email available vialet emails = server.call('emailStub/getEmails')
?