Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
I tried to run "sendria --help" within the docker container, but the command is not found.
When I tried to exectue directly"./home/sendria/.local/bin/sendria", I get the following error:
Traceback (most recent call last):
File "./home/sendria/.local/bin/sendria", line 5, in
from sendria.cli import main
ModuleNotFoundError: No module named 'sendria'
I wanted to activate the password for the GUI, maybe someone has an example config.toml?
Hi,
I tried to run "sendria --help" within the docker container, but the command is not found. When I tried to exectue directly"./home/sendria/.local/bin/sendria", I get the following error: Traceback (most recent call last): File "./home/sendria/.local/bin/sendria", line 5, in
from sendria.cli import main
ModuleNotFoundError: No module named 'sendria'
I wanted to activate the password for the GUI, maybe someone has an example config.toml?