Simple SMTP server with rest interface
2.1K
##Run
> docker run -p 8080:8080 -p 2525:25 -d totocastaldi/simple-smtp-server
##Rest Interface
> GET http://localhost:8080/smtp/emails
response
[{"position":0,"body":"Hello Anna !!!"}, {"position":1,"body":"Hello John !!!"}]
> DELETE http://localhost:8080/smtp/emails
Written with StackEdit.
Content type
Image
Digest
Size
295.2 MB
Last updated
over 10 years ago
docker pull totocastaldi/simple-smtp-server