Help & Support
Find answers to common questions and troubleshoot issues with Email Sandbox. Our comprehensive help resources are designed to get you back on track quickly.
Resources
Common issues & solutions
Connection issues
Can't connect to Sandbox SMTP
Verify credentials: Check username and password
Confirm port: Use 2525, 25, 587, or 465
Check firewall: Ensure ports aren't blocked
Test connection: Use telnet or nc command
telnet sandbox.smtp.mailtrap.io 2525Emails not appearing in Sandbox
Check sandbox limits: Free plan has 500 emails/month
Verify credentials: Ensure using correct sandbox
Check spam folder: Some emails may be filtered
Review email size: Maximum 5MB including attachments
API rate limits: Check if hitting rate limits
Configuration problems
Framework integration not working
Laravel: Clear config cache with
php artisan config:clearRails: Restart server after config changes
Django: Check
EMAIL_BACKENDsettingNode.js: Verify environment variables loaded
Authentication failures
Solution:
Copy credentials directly from Mailtrap dashboard
Don't use email address as username
Regenerate credentials if needed
Testing issues
HTML not rendering correctly
Use HTML Check tool to validate code
Test with different email clients
Check for missing closing tags
Validate CSS compatibility
Attachments not working
Verify file size < 5MB total
Check MIME type configuration
Ensure proper encoding (base64)
Test with different file types
Getting help
Self-service resources
Search documentation: Use the search bar above
Check FAQs: Frequently Asked Questions
Review troubleshooting: Common issues
API reference: API Documentation
Contact support
If you can't find the answer you need:
Email: [email protected]
Status Page: status.mailtrap.io
Before contacting support
Please have the following information ready:
Account email address
Sandbox ID or name
Error messages (exact wording)
Steps to reproduce the issue
Framework/language you're using
Code snippets (if applicable)
Quick solutions
Email capture issues
No emails received
Check credentials and connection
Emails delayed
Normal processing time is < 1 second
Missing emails
Check inbox limits and filters
Partial content
Verify email size < 5MB
API issues
401
Unauthorized
Check API token
403
Forbidden
Verify permissions
404
Not found
Check inbox ID
429
Rate limited
Implement backoff
500
Server error
Retry or contact support
SMTP errors
Connection refused
Wrong port/host
Use sandbox.smtp.mailtrap.io:2525
Authentication failed
Invalid credentials
Copy from dashboard
Message rejected
Size limit exceeded
Keep under 5MB
Timeout
Network issue
Check firewall/proxy
Debugging tools
Connection testing
Email testing
Best practices
Optimal configuration
Use port 2525 for best compatibility
Enable STARTTLS for security
Set reasonable timeout values
Implement retry logic
Use connection pooling
Testing strategy
Create separate sandboxes per environment
Clear sandboxes regularly
Use descriptive email subjects
Tag emails with test IDs
Automate common tests
Team collaboration
Share sandboxes appropriately
Document sandbox purposes
Use consistent naming
Regular permission audits
Communicate test schedules
Frequently requested features
Coming soon
GraphQL API
Advanced search filters
Email templates library
Browser extension
Mobile app
Recently added
Dark mode support
Webhook events
Email forwarding
Load testing support
API v2 endpoints
Community resources
Tutorials & guides
Developer resources
Feedback & suggestions
We value your feedback! Help us improve Email Sandbox:
Feature requests: Send ideas to [email protected]
Bug reports: Include reproduction steps
Documentation: Suggest improvements
Community: Join discussions on GitHub
Last updated
Was this helpful?

