Skip to content
Linux Server Support
  • Home
  • HowTo
    • Cpanel
    • Mail
    • MySQL
    • Nginx
    • Apache
    • CloudLinux
    • Ubuntu
    • WordPress
    • Magento
  • Tools
  • Hire Me

maildev

Maildev – Fake SMTP server for development

March 5, 2021 by Yujin Boby
maildev fake smtp server

maildev is a fake SMTP server + interface to read the mail. It is useful for web developers during development stage where they don’t want email sents to read email address. To run maildev using docker, run docker run -p 1080:80 -p 25:25 maildev/maildev Now you will be able to access web interface to read … Read more

Categories General Tags maildev, smtp Leave a comment
© 2026 Linux Server Support • Built with GeneratePress