Sign inSign up

totocastaldi/simple-smtp-server

By totocastaldi

•Updated over 10 years ago

Simple SMTP server with rest interface

Image
0

2.1K

totocastaldi/simple-smtp-server repository overview

⁠simple-smtp-server

##Run

> docker run -p 8080:8080 -p 2525:25 -d totocastaldi/simple-smtp-server

##Rest Interface

⁠Retrieve sent email
> GET http://localhost:8080/smtp/emails

response

[{"position":0,"body":"Hello Anna !!!"}, {"position":1,"body":"Hello John !!!"}]
⁠Delete email history
> DELETE http://localhost:8080/smtp/emails
⁠greetings :

Written with StackEdit⁠.

Tag summary

Content type

Image

Digest

Size

295.2 MB

Last updated

over 10 years ago

docker pull totocastaldi/simple-smtp-server