likemusic / laravel-put-sent-emails-in-the-sent-folder

Put sent emails to the "Sent" folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Put sent emails to the "Sent" folder.


Languages

Language:Dockerfile 67.7%Language:PHP 24.9%Language:Shell 7.4%