From 8ddbe32be280cf5c3c139974227ac51320a5b64c Mon Sep 17 00:00:00 2001 From: Sourfruit Date: Fri, 19 Aug 2022 19:41:59 -0400 Subject: [PATCH 1/2] Added Takeout It's my own mini transactional email service that I've started to work on quite a bit. The free limit has changed several times (and the paid tier's price too) and will eventually become ~1,500 (free emails) at the end of this year. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d74c241..6ec98cb1 100644 --- a/README.md +++ b/README.md @@ -870,6 +870,7 @@ Table of Contents - [Analytics](https://zoho.com/analytics) * [SimpleLogin](https://simplelogin.io/) – Open source, self-hostable email alias/forwarding solution. Free 5 Aliases, unlimited bandwith, unlimited reply/send. Free for educational staffs (student, researcher, etc). * [EmailJS](https://www.emailjs.com/) – This is not a full email server, this is just email client which you can use to send emails right from client send without exposing your credentials, the free tier has: 200 monthly requests, 2 email templates, Requests up to 50Kb, Limited contacts history. + * [Takeout](https://takeout.bysourfruit.com) - 500 emails/month free. **[⬆ back to top](#table-of-contents)** From 9928bb405605d1405b3cfba7693b8d3fb4bd92c1 Mon Sep 17 00:00:00 2001 From: Sourfruit Date: Sat, 20 Aug 2022 12:15:57 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ec98cb1..b482cacc 100644 --- a/README.md +++ b/README.md @@ -870,8 +870,7 @@ Table of Contents - [Analytics](https://zoho.com/analytics) * [SimpleLogin](https://simplelogin.io/) – Open source, self-hostable email alias/forwarding solution. Free 5 Aliases, unlimited bandwith, unlimited reply/send. Free for educational staffs (student, researcher, etc). * [EmailJS](https://www.emailjs.com/) – This is not a full email server, this is just email client which you can use to send emails right from client send without exposing your credentials, the free tier has: 200 monthly requests, 2 email templates, Requests up to 50Kb, Limited contacts history. - * [Takeout](https://takeout.bysourfruit.com) - 500 emails/month free. - + * [Takeout](https://takeout.bysourfruit.com) - A constantly updated email service that makes sending emails extremely easy. 500 transactional emails/month free. **[⬆ back to top](#table-of-contents)**