Setup & Configuration
Get started with Email Sandbox quickly and easily. This section covers everything you need to integrate Email Sandbox into your development workflow.
Integration Options
Application Integration
Step-by-step guide to integrate Email Sandbox with your application. Learn how to configure SMTP settings, use API endpoints, and route test emails to your sandbox.
Quick Start
1. Create Your First Sandbox
Log in to your Mailtrap account
Navigate to Email Sandbox
Click "Create New Sandbox"
Name your sandbox (e.g., "Development", "Staging", "QA")
2. Get Your Credentials
SMTP Host:
sandbox.smtp.mailtrap.ioSMTP Port:
2525(or25,465,587)Username: Your sandbox username
Password: Your sandbox password
3. Configure Your Application
4. Send Test Email
Integration Methods
SMTP Integration
Universal compatibility with any SMTP client
No code changes required
Perfect for legacy applications
Supports all major frameworks and languages
API Integration
Full programmatic control
Retrieve and analyze emails via API
Automate testing workflows
Perfect for CI/CD pipelines
Last updated
Was this helpful?

