Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samirdjelal/mail-dev
Cross-platform, Local SMTP Server For Email Testing/Debugging
https://github.com/samirdjelal/mail-dev
debug debugging developer-tools email linux macos testing-tools windows
Last synced: 10 days ago
JSON representation
Cross-platform, Local SMTP Server For Email Testing/Debugging
- Host: GitHub
- URL: https://github.com/samirdjelal/mail-dev
- Owner: samirdjelal
- License: mit
- Created: 2021-07-06T12:50:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T01:08:06.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:35:20.553Z (3 months ago)
- Topics: debug, debugging, developer-tools, email, linux, macos, testing-tools, windows
- Language: JavaScript
- Homepage: https://samirdjelal.github.io/mail-dev/
- Size: 3.47 MB
- Stars: 183
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Mail-Dev - Cross-platform, local SMTP server for email testing/debugging. (Applications / Networking)
README
# Mail-Dev
### Local SMTP Server For Email Testing/Debugging
Built on top of [React](https://reactjs.org/) and [Tauri](https://tauri.studio/en).
---
Give it a try, [Download now](https://github.com/samirdjelal/mail-dev/releases).
## 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
```text
npm install
npm run tailwind:dev
npm run tauri dev
```### Build
```text
npm install
npm run tailwind:dev
npm run tauri build
```