mail-dev
mail-dev copied to clipboard
Cross-platform, Local SMTP Server For Email Testing/Debugging
Mail-Dev
Local SMTP Server For Email Testing/Debugging
Built on top of React and Tauri.
Give it a try, Download now.
Todo:
- [x] Custom SMTP server port
- [x] Frameworks configuration snippets
- [x] Attachment support
- [x] Forward emails
- [x] Notification
- [ ] Auto update
- [ ] Persistent configuration
- [ ] SMTP Authentication
Requirement:
- Tauri CLI
- NodeJS (npm/yarn)
Dev
npm install
npm run tailwind:dev
npm run tauri dev
Build
npm install
npm run tailwind:dev
npm run tauri build