ipsedixit-org / java-testcontainers-smtp-example

This repository is mirrored from https://gitlab.com/ipsedixit-org/java-testcontainers-smtp-example. A full example of sending an email using testcontainers and a mock smtp server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java testcontainers smtp example

A full example of sending an email using testcontainers and a mock smtp server.

In a nutshell there is a candy box with a limited number of candies. When all candies are eat then an alarm is sent to the dashboard and then an email.

For SMTP server is used a James Mock server, as described in my previous post.

About

This repository is mirrored from https://gitlab.com/ipsedixit-org/java-testcontainers-smtp-example. A full example of sending an email using testcontainers and a mock smtp server.

License:Apache License 2.0


Languages

Language:Java 100.0%