8000 GitHub - jstanden/fakesmtp-app: A simple dev tool for snooping SMTP connections to a fake mail server on Mac OS X
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
/ fakesmtp-app Public archive

A simple dev tool for snooping SMTP connections to a fake mail server on Mac OS X

License

Notifications You must be signed in to change notification settings

jstanden/fakesmtp-app

Repository files navigation

fakesmtp-app

This is a very simple development tool for snooping SMTP connections to a fake mail server on Mac OS X.

In many cases you can just use Python instead to create a dummy SMTP server for testing outgoing mail during development:

sudo python -m smtpd -n -c DebuggingServer localhost:25

The main difference between the two is that FakeSMTP also shows the bidirectional commands and reply codes of the SMTP transaction, as well as the message source.

TODO

  • Update build files to the latest XCode
  • Convert from Obj-C to Swift

About

A simple dev tool for snooping SMTP connections to a fake mail server on Mac OS X

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  
0