Город МОСКОВСКИЙ
00:02:28

Local email (SMTP) server in 1 minute using Docker

Аватар
Учебник по Творческому Самовыражению
Просмотры:
22
Дата загрузки:
05.09.2023 15:37
Длительность:
00:02:28
Категория:
Технологии и интернет

Описание

Using Docker & MailSlurper, I'll show you how to run a local Email (SMTP) server using just 1 command.

You can even treat this video as a working example of how powerful Docker is. As a software developer, Docker is one of the most important tools you can have.

the prerequisite mentioned in the video is of course is Docker, install that first:
https://docs.docker.com/get-docker/

And the Docker command to run the server:
$ docker run -it -p 2500:2500 -p 8080:8080 -p 8085:8085 --rm marcopas/docker-mailslurper

Testing the email server once it's running:
$ wget -qO- https://raw.githubusercontent.com/sedkodes/mailslurper/main/send-mail-test.py | python

Find the commands here:
https://github.com/sedkodes/mailslurper

Рекомендуемые видео