Looking to hire Laravel developers? Try LaraJobs

laravel-put-sent-emails-in-the-sent-folder maintained by likemusic

Description
Put sent emails to the "Sent" folder.
Last update
2026/05/28 17:09 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

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.