Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permanent storage #561

Closed
4d4ch4u32 opened this issue Jul 24, 2024 · 1 comment
Closed

Permanent storage #561

4d4ch4u32 opened this issue Jul 24, 2024 · 1 comment

Comments

@4d4ch4u32
Copy link

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?

@sj26
Copy link
Owner

sj26 commented Jul 31, 2024

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.

MailHog is great if you want more options.

Please follow #2 if you’re keen.

@sj26 sj26 closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants