Use Laravel's filesystems instead of linking directly to local folder - BREAKING CHANGE
This is a breaking change from 5.0.3
As the size of email log attachments can grow fast the package has been upgraded to use Laravel's filesystem functionality.
This way you can easily store your email log attachments on a separate disk like AWS, DO's disk spaces and other..