Skip to content

Jarijaas/simplesmtp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

simplesmtp

Just a simple SMTP server, implementation of @corpix smtpd library

Original library:

https://github.com/corpix/smtpd

Original example:

https://github.com/corpix/smtpd/blob/master/examples/logging-smtpd/main.go

Install and Run

git clone https://github.com/hackerscrolls/simplesmtp
cd simplesmtp
go get -u -v -f all
go run simplesmtp.go -save -i 0.0.0.0 -p 25

Flags

-save   Save all incoming emails to files. Creates log/ directory and saves all emails there
-i      Specify IP to listen
-p      Specify TCP Port to listen

About

Just a simple SMTP server, implementation of @corpix smtpd library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%