Resendforward
Open Source application for routing emails when using the Resend.com receiving API.
Install / Use
/learn @lsherman98/ResendforwardREADME
Resend Forward
An open source email forwarding server and UI built to work with Resend.com's receiving API. This project allows you to receive emails via Resend and forward them to your preferred destinations.
<img width="1708" height="948" alt="Screenshot 2025-11-14 at 1 59 27 AM" src="https://github.com/user-attachments/assets/b55cd107-6c77-4d9e-80da-7cee525a9d1a" />💡 Don't want to self-host? Try the managed cloud offering at resendforward.com
Installation
-
Clone the repository
-
Install dependencies:
pnpm install
Development
Terminal 1 - Start PocketBase server:
make pb
Terminal 2 - Start the development server:
make dev
Deployment
Build the production executable:
make build
- Copy the executable to your server
- Run
./server serve
A $4/month Digital Ocean droplet should work just fine.
Configuring Your Email Client
After setting up email forwarding, you can configure your email client to send emails through Resend:
- Gmail: Follow these instructions to add Resend as a custom SMTP server for Gmail.
Tech Stack
- React
- Tanstack Router + Query
- PocketBase
