msztolcman / sendria

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.
MIT License
149 stars 14 forks source link

Sendria command not found in Docker Image #19

Open fendle opened 10 months ago

fendle commented 10 months ago

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?