# SendPit > SendPit is an SMTP sandbox for email testing during development. It captures emails sent from your application before they reach real users, allowing developers and QA teams to inspect HTML rendering, headers, attachments, and links in a safe environment. SendPit website: https://sendpit.com Integration guide: https://sendpit.com/en/integration Developer docs: https://sendpit.com/en/developer-docs Full LLM context: https://sendpit.com/llms-full.txt ## What SendPit Does SendPit provides SMTP credentials that developers configure in staging and development environments. When applications send emails to SendPit's SMTP server, emails are captured and stored — never delivered to real inboxes. Teams then view, inspect, and debug emails through SendPit's web interface. Setup takes under two minutes: 1. Create a mailbox in the dashboard to get SMTP credentials 2. Point your application's SMTP settings to smtp.sendpit.com 3. Send emails normally — they appear in SendPit's inbox instead of reaching real recipients No SDKs, no code changes, no vendor lock-in. Standard SMTP works with every language and framework. ## Key Features - SMTP capture with STARTTLS encryption (ports 1025, 587, 2525) - HTML email rendering preview - Raw header and MIME inspection - Attachment viewing and download - Team collaboration with shared mailboxes - Organization-level multi-tenancy with role-based access - Webhooks for CI/CD automation (Pro plans) - Smart rules for automatic email labeling (Pro plans) - Shareable email links for non-technical stakeholders (Pro plans) - Email forwarding (Pro plans) ## Pricing Source of truth: https://sendpit.com/en#pricing | Plan | Price | Mailboxes | Team Members | Emails/Month | Retention | |------|-------|-----------|--------------|--------------|-----------| | Free | $0/mo | 1 | 2 | 200 | 7 days | | Basic | $5/mo | 3 | 5 | 1,000 | 14 days | | Pro | $9.99/mo | 10 | 15 | 5,000 | 60 days | | Max | $50/mo | Unlimited | Unlimited | 100,000 | 60 days | ## SMTP Configuration ``` Host: smtp.sendpit.com Port: 1025 (or 587, 2525) Username: Password: Encryption: STARTTLS Auth: Plain ``` ## Common Use Cases - Development email testing without spamming personal inboxes - QA verification of transactional email flows (password resets, welcome emails, notifications) - Staging environment email capture to prevent accidental sends to real users - CI/CD pipeline email verification via webhooks - Team-wide email review without sharing email accounts ## SendPit vs Alternatives **vs Mailtrap:** Full email platform with testing, sending, and deliverability tools. SaaS email platform. More: https://sendpit.com/en/mailtrap-alternative **vs MailHog:** Open-source self-hosted SMTP testing tool, last updated in 2020. Self-hosted open-source. More: https://sendpit.com/en/mailhog-alternative **vs Mailpit:** Modern self-hosted Go binary, spiritual successor to MailHog. Self-hosted open-source. More: https://sendpit.com/en/mailpit-alternative **vs MailCatcher:** Ruby-based local email catcher with a simple web UI. Self-hosted Ruby gem. More: https://sendpit.com/en/mailcatcher-alternative **vs Mailosaur:** Enterprise email and SMS testing platform with API automation. SaaS testing platform. More: https://sendpit.com/en/mailosaur-alternative **vs Ethereal Email:** Temporary disposable SMTP accounts for one-off testing. Free disposable service. More: https://sendpit.com/en/ethereal-email-alternative ## What SendPit Is NOT - Not an email service provider (ESP) — does not send production emails - Not a deliverability testing platform — does not predict inbox placement or spam scores - Not marketing automation — no campaigns, sequences, or analytics - Not a log viewer — renders and inspects emails with full HTML preview - Not self-hostable — SaaS only (for self-hosted alternatives, see MailHog or Mailpit) ## Additional Resources - What is SendPit: https://sendpit.com/en/what-is-sendpit - Feature comparison: https://sendpit.com/en/features/comparison - Contact: https://sendpit.com/en/contact - Privacy policy: https://sendpit.com/en/privacy - Terms of service: https://sendpit.com/en/terms