In [this commit of fake-smtp-server](https://github.com/gessnerfl/fake-smtp-server/commit/ade8c4839baa8c31788add2c561a86d12eb0e48d), the default ports were changed: - 5080 -> 8080 (Web Frontend) - 5081 -> 8081 (Web API) - 5025 -> 8025 (SMTP server) We can probably just use environment variables to change to the previous port numbers.