mlandauer / cuttlefish

Transactional email server with a lovely web interface
http://cuttlefish.io
Other
1.51k stars 176 forks source link

I suspect smtp server is not working in development docker setup #379

Closed mlandauer closed 3 years ago

mlandauer commented 4 years ago

Sending a test email works because it just uses the internal API. However, I'm pretty sure the current docker setup is now broken because the smtp server and the background workers need to have a shared filesystem that's used to transport the email data. This is a new thing.