In order to test sending emails locally, we're experimenting with MailCatcher. So, if MailCatcher is running in the host machine, Check API containers should be able to connect to them. This is possible by adding extra_hosts to the Check API containers in Docker Compose.
In order to test sending emails locally, we're experimenting with MailCatcher. So, if MailCatcher is running in the host machine, Check API containers should be able to connect to them. This is possible by adding
extra_hosts
to the Check API containers in Docker Compose.