From 3bcfc631491ac22fabf616b852ff5e390ec65c5a Mon Sep 17 00:00:00 2001 From: Awa Dieudonne Date: Mon, 3 Aug 2026 08:20:21 -0700 Subject: [PATCH] Update Mailtrap description to reflect Email API/SMTP sending capability Updated Mailtrap entry to accurately reflect its primary product: Email API and SMTP for sending transactional and bulk emails. Previous description only mentioned the sandbox/testing feature. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6d4a40..50bea465 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,7 @@ API | Description | Auth | HTTPS | CORS | | [mail.tm](https://docs.mail.tm) | Temporary Email Service | No | Yes | Yes | | [MailboxValidator](https://www.mailboxvalidator.com/api-email-free) | Validate email address to improve deliverability | `apiKey` | Yes | Unknown | | [MailCheck.ai](https://www.mailcheck.ai/#documentation) | Prevent users to sign up with temporary email addresses | No | Yes | Unknown | -| [Mailtrap](https://mailtrap.docs.apiary.io/#) | A service for the safe testing of emails sent from the development and staging environments | `apiKey` | Yes | Unknown | +| [Mailtrap](https://mailtrap.io) | Email API and SMTP for sending transactional and bulk emails, with email testing sandbox for safe development | apiKey | Yes | Unknown | | [PostStack](https://poststack.dev/docs) | EU-hosted email API for transactional and marketing email, with contacts, broadcasts, and analytics | `apiKey` | Yes | No | | [Sendgrid](https://docs.sendgrid.com/api-reference/) | A cloud-based SMTP provider that allows you to send emails without having to maintain email servers | `apiKey` | Yes | Unknown | | [Sendinblue](https://developers.sendinblue.com/docs) | A service that provides solutions relating to marketing and/or transactional email and/or SMS | `apiKey` | Yes | Unknown |