laravel-put-sent-emails-in-the-sent-folder maintained by likemusic
Put sent email in the sent folder (for Laravel)
Add Listener for \Illuminate\Mail\Events\MessageSent that place sent email to the "Sent" folder by IMAP.
Based on webklex/laravel-imap so it must be installed by run:
php artisan vendor:publish --provider="Webklex\IMAP\Providers\LaravelServiceProvider"
and configured thought .env and config/imap.php.