mirror of
https://github.com/255kb/stack-on-a-budget.git
synced 2021-05-13 03:06:20 +03:00
@@ -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**
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
- [Elastic Email](#elastic-email)
|
||||
- [Emaillabs](#emaillabs)
|
||||
- [Postmark](#postmark)
|
||||
- [SendGrid](#sendgrid)
|
||||
- [SparkPost](#sparkpost)
|
||||
|
||||
<!-- /TOC -->
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user