This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
v3.5.2
Added
Please add the following to the config/maileclipse.php
file to be able to toggle the settings for this added feature.
/*
|--------------------------------------------------------------------------
| Display Mailable Subject
|--------------------------------------------------------------------------
|
| Set to true this will display the subject of the Mailable instead of Class Name.
| When the config setting is false the namespace/class name is shown
| options: true / false
|
*/
'display_as_subject' => true,
Fix
- Correct custom Mailable directory usage from config, see PR #190 @Bhagyrajaj
Full Changelog: v3.5.1...v3.5.2