Skip to content
forked from VaderZ/fakesmtp

Fake SMTP mail server for testing purposes

Notifications You must be signed in to change notification settings

Zartch/fakesmtp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Port to Python3 from:  VaderZ/fakesmtp

Fake SMTP mail server for testing purposes.
Features:
- Count a number of received emails
- Determine mail sending rate
- Capture mail content to file

Usage example:
>>python fakesmtp.py host port capture
where 
  host - host where SMTP server will be running
  port - port to listen
  capture - enable/disable capturing of mails content (on/off) 
e.g.
>>python 127.0.0.1 2525 off
If running without arguments then SMTP server will be running at 127.0.0.1:25 with capturing enabled.

In addition to Python script you can get Py2Exe build from Downloads.    

About

Fake SMTP mail server for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%