Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmail

version go cloudflare

A minimal local web UI for managing Cloudflare Email Routing rules. Create, edit, and delete custom email addresses across your zones without touching the Cloudflare dashboard.

How it works

rmail runs a small HTTP server on localhost:7432. It talks directly to the Cloudflare API using a token you provide — no data leaves your machine except to Cloudflare. The token is saved locally to config.yml and reused on next launch.

Each email address is a routing rule: it matches an incoming address (e.g. hello@yourdomain.com) and either forwards it to a destination address, sends it to a Worker, or drops it.

Setup

The token needs the following permissions: Zone / Zone / Read and Zone / Email Routing / Edit.

go mod tidy
go build -o rmail .
./rmail

A browser window opens automatically at http://localhost:7432.

About

Minimal wed gui for custom mail in cloudflare

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages