Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Mail-Dev

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).

Mail-Dev - Local SMTP Server For Email Testing/Debugging | Product Hunt

## Todo:
- [x] Custom SMTP server port
- [x] Frameworks configuration snippets
- [x] Attachment support
- [x] Forward emails
- [x] Notification
- [ ] Auto update
- [ ] Persistent configuration
- [ ] SMTP Authentication

Mail-Dev SPAM SCORE


Mail-Dev HTML Mail


Mail-Dev SETTING

## 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
```