Test Interface
In no-code or browser automation tools use https://test.mailslurp.com to control email accounts and emails using a no-code test interface.
When to use the test interface
- Browser automation suites where direct SDK usage is difficult.
- No-code test tools that need disposable inboxes and message assertions.
- Manual QA verification of signup, password reset, and OTP flows.
Typical workflow
- Open the interface in your test environment.
- Authenticate with your MailSlurp API key.
- Create inboxes or phone numbers for the scenario.
- Use generated addresses/numbers in the app under test.
- Return to the interface to inspect received content and extract values.
Security and reliability notes
- Use scoped test API keys for non-production environments.
- Avoid reusing the same inbox across many parallel runs.
- Prefer API/SDK-based automation for fully deterministic CI pipelines.