The public website for RelayBridge, an open-source project for modern email delivery from legacy SMTP devices and applications. RelayBridge starts with Microsoft 365 / Exchange Online as its current v1.0 target.
RelayBridge application source is public at getrelaybridge/relaybridge under the Mozilla Public License 2.0 (MPL-2.0). Official signed Windows binaries are still in release preparation.
This repository contains the static public website only. It does not depend on, import, or contain the RelayBridge application source or private configuration.
Browse all RelayBridge technical guides, including:
- Microsoft 365 SMTP relay for legacy printers
- Scan to email with Microsoft 365
- Exchange Online SMTP OAuth for legacy applications
- Microsoft 365 SMTP options compared
- Troubleshooting Exchange Online SMTP errors
- Microsoft 365 SMTP relay for dynamic-IP branch offices
- Legacy printer TLS handshake failures with Microsoft 365
- Windows Server 2025 SMTP Server replacement options
- Exchange Online SMTP Basic Auth changes and migration options
- Exchange Online SMTP AUTH rate limits and burst queuing
- Security Defaults and SMTP AUTH for printers and legacy applications
- PowerShell Send-MailMessage replacement options for Microsoft 365
- Legacy appliance email alerts to Microsoft 365
Requirements:
- Node.js 22.19 or later
- npm 10 or later
Install dependencies and start the local development server:
npm ci
npm run devUseful commands:
npm run dev # Start the development server
npm run build # Generate the static site in dist/
npm run preview # Preview the generated site
npm run check # Run Astro and TypeScript checksThe site is configured for static output and is intended for Cloudflare Pages. The canonical origin is https://getrelaybridge.com.
Cloudflare Pages settings:
- Build command:
npm run build - Build output directory:
dist
The site needs no production secrets or runtime environment variables.
Small fixes are welcome. Please read CONTRIBUTING.md before proposing a substantial content or design change. Product and security claims must remain accurate to the current public state of RelayBridge.
The RelayBridge application is licensed under MPL-2.0 in its source repository. This website repository remains MIT licensed; see LICENSE.