https://github.com/gwleuverink/phost
Receive and debug emails sent from your development environment inside a beautiful, self-contained desktop application
https://github.com/gwleuverink/phost
email-debugging email-development nativephp smtp-server
Last synced: about 1 year ago
JSON representation
Receive and debug emails sent from your development environment inside a beautiful, self-contained desktop application
- Host: GitHub
- URL: https://github.com/gwleuverink/phost
- Owner: gwleuverink
- License: mit
- Created: 2024-04-05T14:54:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T13:44:12.000Z (over 1 year ago)
- Last Synced: 2025-03-18T13:51:13.715Z (about 1 year ago)
- Topics: email-debugging, email-development, nativephp, smtp-server
- Language: PHP
- Homepage:
- Size: 3.88 MB
- Stars: 34
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Phost is a email debugging tool and local SMTP server, developed primarily in PHP.
Instead of sending your development emails to Mailtrap or MailHog, you can use Phost to debug your emails inside a beautiful self-contained desktop app.
We leverage a powerful stack of modern technologies:
- [**Laravel/Livewire**](https://livewire.laravel.com/) -> For dynamic, reactive interface
- [**NativePHP**](https://nativephp.com/) -> Electron wrapper for PHP built apps
- [**ReactPHP**](https://reactphp.org/) -> Powering the SMTP server component
While Phost may not yet match the feature set (or stability) of some paid alternatives, it serves as an exploration of the capabilities of a native PHP stack.

## Features
- Local SMTP server for intercepting and viewing emails
- User-friendly interface for email inspection
- Debug email source, both HTML, text & headers
- Bookmark emails for quick access
- Light & dark color schemes
- Print emails as PDF
## Getting started
At present, only a macOS build is available. Windows and Linux builds are pending due to lack of testing environments. Contributions from users with access to these platforms are more than welcome.
[Download the latest release here](https://github.com/gwleuverink/phost/releases).
## Supporting the Project
To distribute Phost on macOS, the application needs to be signed and notarized through the Apple Developer Program, which costs €100 annually. If you find Phost useful, please consider supporting its development and maintenance through [GitHub Sponsors](https://github.com/sponsors/gwleuverink). Your support helps cover these costs and enables continued development of this open-source tool.