jdavidbakr / mail-tracker

Package for Laravel to inject tracking code into outgoing emails.
MIT License
562 stars 129 forks source link

Filesystem strategy for content #211

Closed colq2 closed 1 year ago

colq2 commented 1 year ago

This MR enables this package to store the content of an email to the filesystem instead of the database.

It adds new config keys to configure the disk and the folder.

There was already another merge request here: #153 It was never merged because we couldn't find the time to fix the test. Now we will split the feature into multiple merge request.