How should I implement an email circuit test?
- by lukecyca
I want a high-level test that ensures that both incoming and outgoing email services are operating normally. I've achieved this by writing a python script which does this:
Send a message with a unique hash through my mail server to foo-circuit-test@gmail.com
The gmail account is configured to auto-reply back to the same address and then delete…