From 46d9fb514abbd180ecb222c4c68397b738ba3d95 Mon Sep 17 00:00:00 2001 From: Matt Speer Date: Mon, 26 May 2025 19:22:36 -0500 Subject: [PATCH] Initial commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..400cfde --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Sendgrid + +# Description + +SendGrid is a cloud-based email delivery platform that enables businesses to send transactional and marketing emails with high deliverability and scalability. It provides robust APIs, real-time analytics, and reliable infrastructure to ensure messages reach inboxes efficiently. Trusted by developers and marketers alike, SendGrid simplifies email management while supporting compliance and security needs. + +# Configuration + +| **SMTP Server** | `smtp.sendgrid.net` | +| ----------------- | ---------------------------- | +| **SMTP Port** | `587` | +| **SMTP User** | `apikey` | +| **SMTP Password** | Enter your SendGrid API Key. | +| **SMTP Domain** | `sendgrid.net` |