From ce0a504e4c01dcb0f99570c818bb12a6dddbfef1 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 4 May 2021 08:42:15 +0200 Subject: [PATCH] Add sendgrid Closes #230 --- CONTRIBUTING.md | 2 -- README.md | 3 +-- pages/emailing.md | 9 +++++++++ pages/excluded-services.md | 7 ------- 4 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 pages/excluded-services.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fec3c1f..15c5807 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,8 +26,6 @@ As a rule of thumb free tiers too limited should be excluded. The idea is that a That is why free tiers limited in time should be excluded. Some exception could be made, I did one for AWS EC2 considering the duration of the free tier and the popularity of the service. -You can view a list of excluded service on [this page](pages/excluded-services.md). - ## Service description **Free tier description** diff --git a/README.md b/README.md index c7737b8..7b6e2d6 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Feel free to contribute to existing services or add new ones. Please follow the The goal is to have enough details about each free tier so developers can choose whether or not the service suits their needs just by reading the description. -Please also have a look to the [List of excluded services](pages/excluded-services.md) where you can find which service has been considered and why it has been rejected. - # Table of Contents - [**Activity feeds**](pages/activity-feeds.md) @@ -114,6 +112,7 @@ Please also have a look to the [List of excluded services](pages/excluded-servic - [Elastic Email](pages/emailing.md#elastic-email) - [Emaillabs](pages/emailing.md#emaillabs) - [Postmark](pages/emailing.md#postmark) + - [SendGrid](pages/emailing.md#sendgrid) - [SparkPost](pages/emailing.md#sparkpost) - [**Error Reporting**](pages/error-reporting.md) - [Bugsnag](pages/error-reporting.md#bugsnag) diff --git a/pages/emailing.md b/pages/emailing.md index 70bf96f..3580fd1 100644 --- a/pages/emailing.md +++ b/pages/emailing.md @@ -5,6 +5,7 @@ - [Elastic Email](#elastic-email) - [Emaillabs](#emaillabs) - [Postmark](#postmark) +- [SendGrid](#sendgrid) - [SparkPost](#sparkpost) @@ -33,6 +34,14 @@ * *Pros*: pre-built client libraries (Python, Php, Node.js...), SMTP or REST, webhooks, No credit card required * *Exceeding the free tier*: billing starts, no service interruptions +## SendGrid + +[Pricing page](https://sendgrid.com/pricing/) + +* *Free tier*: 100 emails/day +* *Pros*: Available API, SMTP relay and webhooks +* *Limitations*: No email validation, no dedicated IP + ## SparkPost [Pricing page](https://www.sparkpost.com/pricing/) diff --git a/pages/excluded-services.md b/pages/excluded-services.md deleted file mode 100644 index 26c173c..0000000 --- a/pages/excluded-services.md +++ /dev/null @@ -1,7 +0,0 @@ -# List of excluded services - -Here is a list of the excluded services and the reason why they have been excluded. - -- [**Nanobox**](http://nanobox.io/): free tier does not include hosting providers costs (DO, AWS, etc). -- [**New Relic**](https://newrelic.com): free tier is now limited to 30 days. -- [**Sendgrid**](https://sendgrid.com/): the free tier has been limited to 30 days