FakeSMTP is a Free Fake SMTP Server with GUI for testing emails in applications easily.
453
FakeSMTP was created because we couldn't find any free (as in freedom) and cross-platform SMTP server with GUI for testing emails in applications or websites.
Configure your application to use localhost as your SMTP server, and all emails will be intercepted and displayed in this software. FakeSMTP uses SubEthaSMTP: an easy-to-use server-side SMTP library for Java. FakeSMTP is free to use for commercial and non-commercial projects and the source code is provided.
docker run -ti -d --name fakesmtp chaerun/fakesmtp
docker run -ti -d --name fakesmtp -p 2525:25 --privileged=true -v /fakesmtp:/output chaerun/fakesmtp
-p 2525:25--privileged=true -v /fakesmtp:/outputIt is licensed under the very free BSD or GPL license, whichever you prefer.
Content type
Image
Digest
sha256:0836cbcd5…
Size
83.3 MB
Last updated
3 months ago
docker pull chaerun/fakesmtp