You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Not possible at the moment. Mail catcher is meant to be pretty lightweight and ephemeral, and persistence has always felt like more trouble than it’s worth.
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?
The text was updated successfully, but these errors were encountered: