/bote

Simple backend to manage newsletter subscriptions.

Primary LanguageKotlinApache License 2.0Apache-2.0

Bote

Bote is a simple HTTP backend which can be used to manage newsletter subscriptions. It supports the following operations:

  • Add a new email address ("subscription")
  • Confirm a subscription
  • Remove an email address

Unconfirmed subscriptions will be deleted after 24 hours.

After each of the above actions, a HTTP redirect is issued. The target URLs for these redirects can be configured individually.

Bote is licensed under Apache2 license and is provided by plapadoo (https://plapadoo.com)

Build

use mvn clean package to build the jar file

Configuration

All configuration options can be found in config.json.

Start

java -jar target/bote-*-jar-with-dependencies.jar config.json

License

Copyright 2018 plapadoo UG (haftungebschr?nkt)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.