Coder Social home page Coder Social logo

anoushka20 / smtp4dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rnwood/smtp4dev

0.0 2.0 0.0 20.57 MB

smtp4dev - the mail server for development

License: BSD 3-Clause "New" or "Revised" License

TypeScript 33.33% Scilab 3.45% C# 44.18% HTML 16.32% JavaScript 2.72%

smtp4dev's Introduction

smtp4dev

smtp4dev - the mail server for development

A dummy SMTP server for Windows, Linux, Mac OS-X (and maybe elsewhere where .NET Core is available). This repository hosts the development of v3 which will have a re-written web UI so that it can be shared amongst members of a team (the most requested feature in v2). For the stable smtp4dev version 2 (Windows only desktop app) please see [https://github.com/rnwood/smtp4dev/releases/tag/v2.0.10] and the v2.0 branch.

If you find smtp4dev useful, please consider supporting further development by making a donation:

Donate

Build status Github Releases (+270k when prev hosted on Codeplex)

Screenshots

Screenshot 1 Screenshot 2

How to run smtp4dev

The version hosted on this repo is in heavy development. Grab the stable(r) v2 version if you want something feature complete which you can just double click on and use.

The MacOS release is totally untested. Please contribute instructions on how to use and feedback on any issues

  • Download a release and unzip.

  • On Linux chmod +x the Rnwood.Smtp4dev file to make it executable

  • Edit appsettings.json and set the port number you want the SMTP server to listen on.

  • Run Rnwood.Smtpdev (.exe on Windows). (If you downloaded the noruntime version, you need the .NET Core 2.0 runtime on your machine and you should execute dotnet Rnwood.Smtpdev.dll to run it.)

  • Open your browser at http://localhost:5000 (to run the web server on a different port or make it listen on interfaces other than loopback, add the command line arg --server.urls "http://0.0.0.0:5001/" when starting the executable.

  • Now configure your apps which send mail, to use the SMTP server on the machine where SMTP4dev is running (localhost if they are on the same machine), and using the port you selected (25 by default).

smtp4dev's People

Contributors

rnwood avatar opvolger avatar lennartvdd avatar

Watchers

James Cloos avatar Anoushka Dayal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.