-
Notifications
You must be signed in to change notification settings - Fork 583
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
Option to persist mails in sqlite database at path #109
base: main
Are you sure you want to change the base?
Conversation
The idea was to make it transparent, so no options should be involved really. My delay on this feature was just researching a nice way to find a platform-dependent location for the database. |
aa7bc8e
to
23398d7
Compare
Any chance to have this PR merged ? Why not providing a default sqlite storage path so that it remain transparent by default and allowing this parameter to override it ? I need to launch several mailcatcher instances on the same server, so I really need to be able to have several sqlite persistance path. |
I would prefer a |
@fdrouet you can already run multiple instances of mailcatcher using different ports, the content just won't survive restarts. :-) |
@sj26 yes you are right but it is not sufficient in my case as I would like to use mailcatcher on an acceptance testing platform with lots of email sent and I would like to avoid consuming all the server memory with mailcatcher processes |
@fdrouet you might like to try https://github.com/mailhog/mailhog. It's written in go, has less dependencies and much less memory usage. |
Thanks for the hint |
No description provided.