Permanent storage
Closed this issue · 1 comments
4d4ch4u32 commented
Currently, the mails are stored in a in-memory database (SQLite3).
I use the mailcatcher in docker for local development and staging environments. When a deploy is done, all docker containers will be restarted. The mails which are already catched are lost then.
Is it possible to use a permanent storage?