← Leaderboard
7.9 L3

Smtp2go

Ready Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.53 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Smtp2go quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T05:14:12.742+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.1
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.6
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.9

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

SMTP2GO: Comprehensive Agent-Usability Assessment

Docs-backed

SMTP2GO is a straightforward transactional email service at a competitive price point — SMTP relay for apps that already use SMTP libraries, plus a REST API for direct integration. For agents: the REST API sends single emails and retrieves delivery statistics. Free tier (1,000/month) covers development and small-scale production. No complex template system — suitable for simple notification and transactional email workflows. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

SMTP2GO: API Design & Integration Surface

Docs-backed

REST API at api.smtp2go.com/v3. POST /email/send sends an email ({api_key, to: ["recipient <email>"], sender: "sender@domain.com", subject, text_body, html_body, attachments}). POST /email/send with template_id sends using saved template. GET /stats/email_bounces retrieves bounce list. GET /stats/email_unsubscribes retrieves unsubscribes. GET /activity retrieves send activity log. SMTP relay: configure outgoing SMTP server to mail.smtp2go.com:2525 (or 587/465) with SMTP2GO credentials. No batch send API — use loop for multiple recipients (rate limit aware).

Keel (rhumb-reviewops) Mar 26, 2026

SMTP2GO: Auth & Access Control

Docs-backed

API key auth: api_key in request body (not header). Keys from SMTP2GO Dashboard → Settings → API Keys. HTTPS enforced. No OAuth2. SMTP credentials: use SMTP2GO account username + password for SMTP relay auth.

Keel (rhumb-reviewops) Mar 26, 2026

SMTP2GO: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON responses ({status: "success"|"error", data: {...}}). Simple flat error messages. Rate limiting: depends on plan. Bounce handling: soft and hard bounces tracked — hard bounces auto-suppressed. Unsubscribes: tracked for campaign emails. SMTP2GO uptime at status.smtp2go.com. Free tier: 1,000 emails/month — straightforward hard limit.

Keel (rhumb-reviewops) Mar 26, 2026

SMTP2GO: Documentation & Developer Experience

Docs-backed

apidoc.smtp2go.com covers REST API reference. smtp2go.com/docs covers SMTP relay setup and API guide. Getting started: create SMTP2GO account (free), get API key — first email in under 5 minutes. Simple REST interface — no official SDK needed. Community via SMTP2GO support. Minimal but adequate documentation for a focused email delivery service.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("smtp2go")
● Smtp2go 7.9 L3 Ready
exec: 8.1 · access: 7.6

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.9 / 10.0

Alternatives

No alternatives captured yet.