# [Watch the Code Review!](https://youtu.be/FMTb3Z-QiPY)
2021-03-18 12:40:36 +01:00
### Use the Hosted Version
2021-03-17 15:50:10 +01:00
2021-03-18 12:03:17 +01:00
The simplest way to use Kill the Newsletter! is with the hosted version at <https://kill-the-newsletter.com>.
2021-03-17 15:50:10 +01:00
The service is and will always be free; you don’t have to create an account; and I don’t collect your data or share it with anyone.
2021-03-18 12:40:36 +01:00
### Self-Host
2021-03-17 15:50:10 +01:00
2021-03-18 12:03:17 +01:00
You may run Kill the Newsletter! on your own servers if you wish. This guarantees the utmost privacy, and it’s also a fun system adminstration project. Kill the Newsletter! strikes a good balance between being relatively easy to self-host and being non-trivial at the same time, because it is a web application as well as an email server.
2021-03-18 12:40:36 +01:00
#### Test on Your Machine
The best way to start self-hosting is to test Kill the Newsletter! on your machine. You can’t really use Kill the Newsletter! if it’s running on your machine because Kill the Newsletter!’s email server must be accessible from the internet to receive email and most likely your internet service provider blocks this kind of connection to prevent spam. Still, this is a good first step to get your feet wet by downloading and running Kill the Newsletter! for the first time.
2021-03-17 15:50:10 +01:00
2021-03-18 12:40:36 +01:00
Download the [latest release](https://github.com/leafac/kill-the-newsletter/releases/latest) and give it a try. You may send test emails using [curl](https://curl.se) by creating a file like the following:
1. A domain (for example, `kill-the-newsletter.com`). I use [Namecheap](https://www.namecheap.com) to buy domains.
2. A DNS server. I use the DNS server that comes with the domain I bought at Namecheap (and they even provide free DNS service for domains bought elsewhere).
3. A server. I rent a $6/month DigitalOcean droplet created with the following configurations:
I also like to assign the droplet a **Floating IP** because it allows me to destroy and create a new droplet without having to change the DNS and wait for the DNS propagation to happen.
This is the cheapest DigitalOcean offering, and yet it has managed Kill the Newsletter!’s traffic for years, even when it occasionally receives extra attention, for example, when it makes the front page of HackerNews.