we are interacting with an external mailing service. To be able to run an effective end to end testing, we’d like to be able to check if an email has been effectively received.
We can choose the recipient email address, but the external system is basically black box.
What’s the most effective strategy to be able to get and manipulate that e-mail in C#?
Thanks a lot.
Alberto
I found these libraries:
csharpmail‘s usage seems very straightforward