• Stars
    star
    178
  • Rank 207,712 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross-platform, Local SMTP Server For Email Testing/Debugging

Mail-Dev

Mail-Dev

Local SMTP Server For Email Testing/Debugging

Built on top of React and Tauri.


Give it a try, Download now.

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

Todo:

  • Custom SMTP server port
  • Frameworks configuration snippets
  • Attachment support
  • Forward emails
  • 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

npm install
npm run tailwind:dev
npm run tauri dev

Build

npm install
npm run tailwind:dev
npm run tauri build