8000 GitHub - natemoser/smtp_sink: A simple socketserver.StreamRequestHandler that implements a very basic SMTP server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

natemoser/smtp_sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smtp_sink

A simple Python socketserver.StreamRequestHandler that implements a very basic threaded SMTP server (no TLS/SSL or authentication) that simply reads the email message submitted and discards the data. You might find this useful for performance testing an SMTP client, or gauging network capacity. You should be able to run with Python 3.x and just

python ./smtp_sink.py

The smtp_client.jmx file is a Jmeter workload that can be used to exercise the sink script.

About

A simple socketserver.StreamRequestHandler that implements a very basic SMTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0