Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
/ backend Public archive

⚙️ REST backend for Reacher - Open-Source Email Verification API.

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
LICENSE.AGPL
Notifications You must be signed in to change notification settings

reacherhq/backend

Repository files navigation

Actions Status GitHub

Reacher Backend

This repo holds the backend for Reacher. The backend is a HTTP server around the Rust library check-if-email-exists, which performs the core email verification logic.

The OpenAPIv3 specification of this backend can be seen on StopLight.

Get Started

To run the server, just run:

cargo run

The server will then be listening on http://127.0.0.1:8080.

These are the environment variables used to configure the HTTP server:

Env Var Required? Description
RCH_FROM_EMAIL Yes The email to use in the MAIL FROM: SMTP command.
RCH_PROXY_HOST No Use the specified SOCKS5 proxy host to perform email verification.
RCH_PROXY_PORT No Use the specified SOCKS5 proxy port to perform email verification.
RCH_SENTRY_DSN No Sentry DSN used for bug reports.

See also

About

⚙️ REST backend for Reacher - Open-Source Email Verification API.

Topics

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
LICENSE.AGPL

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published