Skip to content

ahmed-r-hashim/mailslurper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Run a local SMTP Server

Prerequisites

  • Docker
  • Python, optional(to test email)

1. Run the MailSlurper server

$ docker run -it -p 2500:2500 -p 8080:8080 -p 8085:8085 --rm marcopas/docker-mailslurper

You're done. Navigate to http://localhost:8080 to see your inbox!

2. Test the SMTP Server:

Paste the command into your terminal to run the email script, Python needs to be installed.

$ wget -qO- https://raw.githubusercontent.com/sedkodes/mailslurper/main/send-mail-test.py | python

and then refresh your inbox at http://localhost:8080 to see your email!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%