dcblogdev / laravel-sent-emails

Store outgoing emails in Laravel
MIT License
249 stars 24 forks source link

Updated configuration to use environment variables #20

Closed dcblogdev closed 6 months ago

dcblogdev commented 6 months ago

The configuration for sentemails has been refactored to use environment variables for settings including route path, emails per page, store attachments option, no emails message, and compress body. Additionally, corresponding environment variables have been documented in the README.