Skip to content

email address with a forwarding config that bounces everything without a TipLink above some threshold

Notifications You must be signed in to change notification settings

vawogbemi/moneytalks

Repository files navigation

Money Talks

Configure your email alias to forward tiplinks with desired value.

Requirements

  • A domain
  • Cloudflare account
  • npm or yarn (I reccomend yarn)
  • node js

Setting up

If your domain isn't yet hosted by Cloudflare, make and acount and start hosting your domain there.

Add email routing to your domain by following the official cloudflare guide to set it up.

Head to the Email Workers tab in the Email Routing section and create an Email Worker.

Then head to the Routes tab to change the routing of your custom address to the newly created Email worker.

You can either follow Wranglers instructions and replace your repo's package.json and index.ts with this one's

npm install / yarn add wrangler

wrangler login

wrangler init --from-dash WORKERNAME

wrangler deploy

or if you've cloned this repo

npm install / yarn add wrangler

wrangler login

wrangler deploy SCRIPT --name WORKERNAME


About

email address with a forwarding config that bounces everything without a TipLink above some threshold

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published