From 9368344fe4c7f72ec01c93246798575660f1102f Mon Sep 17 00:00:00 2001 From: clarmso Date: Wed, 18 Oct 2017 23:04:15 -0400 Subject: [PATCH 1/5] Add Formspree to Email --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fce61f95..3bf2598c 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ Table of Contents * [elasticemail.com](https://elasticemail.com) — First 150,000 emails/month free * [appmail.io](https://appmail.io) — First 10,000 emails free * [mail-tester.com](https://www.mail-tester.com) — Test if email's dns/spf/dkim/dmarc settings are correct, 20 free/month + * [Formspree](https://formspree.io/) - Send email using an HTTP POST request. ## CDN and Protection From df2845845739e81012eb5a114dce458cc16c6197 Mon Sep 17 00:00:00 2001 From: clarmso Date: Wed, 18 Oct 2017 23:05:03 -0400 Subject: [PATCH 2/5] Fix dash character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf2598c..da6878cd 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ Table of Contents * [elasticemail.com](https://elasticemail.com) — First 150,000 emails/month free * [appmail.io](https://appmail.io) — First 10,000 emails free * [mail-tester.com](https://www.mail-tester.com) — Test if email's dns/spf/dkim/dmarc settings are correct, 20 free/month - * [Formspree](https://formspree.io/) - Send email using an HTTP POST request. + * [Formspree](https://formspree.io/) — Send email using an HTTP POST request. ## CDN and Protection From 32f045c29446e04ff36c1cad59d0bcf85606d03b Mon Sep 17 00:00:00 2001 From: clarmso Date: Wed, 18 Oct 2017 23:05:58 -0400 Subject: [PATCH 3/5] Add domain to be consistent with other contries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6878cd..33bd783d 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ Table of Contents * [elasticemail.com](https://elasticemail.com) — First 150,000 emails/month free * [appmail.io](https://appmail.io) — First 10,000 emails free * [mail-tester.com](https://www.mail-tester.com) — Test if email's dns/spf/dkim/dmarc settings are correct, 20 free/month - * [Formspree](https://formspree.io/) — Send email using an HTTP POST request. + * [Formspree.io](https://formspree.io/) — Send email using an HTTP POST request. ## CDN and Protection From f3992430ed8017881b95967f3a69e7378cdafdb5 Mon Sep 17 00:00:00 2001 From: clarmso Date: Wed, 18 Oct 2017 23:43:33 -0400 Subject: [PATCH 4/5] Move Formspree to Miscellaneous --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33bd783d..6c92c279 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,6 @@ Table of Contents * [elasticemail.com](https://elasticemail.com) — First 150,000 emails/month free * [appmail.io](https://appmail.io) — First 10,000 emails free * [mail-tester.com](https://www.mail-tester.com) — Test if email's dns/spf/dkim/dmarc settings are correct, 20 free/month - * [Formspree.io](https://formspree.io/) — Send email using an HTTP POST request. ## CDN and Protection @@ -607,6 +606,7 @@ Table of Contents * [readme.io](https://readme.io/) — Beautiful documentations made easy, free for Open Source * [formaholic.com](https://formaholic.com) — Simple form endpoint. Perfect for static sites * [http2.pro](https://http2.pro) — HTTP/2 protocol readiness test and client HTTP/2 support detection API. + * [Formspree.io](https://formspree.io/) — Send email using an HTTP POST request. ## APIs, Data and ML From 15075883421422372089b1bd44c223f064c1f8a0 Mon Sep 17 00:00:00 2001 From: clarmso Date: Thu, 19 Oct 2017 01:41:53 -0400 Subject: [PATCH 5/5] Limitations of free tier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c92c279..e4ec8890 100644 --- a/README.md +++ b/README.md @@ -606,7 +606,7 @@ Table of Contents * [readme.io](https://readme.io/) — Beautiful documentations made easy, free for Open Source * [formaholic.com](https://formaholic.com) — Simple form endpoint. Perfect for static sites * [http2.pro](https://http2.pro) — HTTP/2 protocol readiness test and client HTTP/2 support detection API. - * [Formspree.io](https://formspree.io/) — Send email using an HTTP POST request. + * [Formspree.io](https://formspree.io/) — Send email using an HTTP POST request. Free tier limits to 1000 submissions per month and must expose email address in the API call. ## APIs, Data and ML