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

Put sent emails to the "Sent" folder.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Dockerfile

Type:put-sent-emails-in-the-sent-folder

dev-main 2023-05-21 22:33 UTC

This package is auto-updated.

Last update: 2024-04-22 00:39:53 UTC


README

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.