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
Requires
- illuminate/support: v5.8.*
- webklex/laravel-imap: ^4.1
This package is auto-updated.
Last update: 2025-03-22 02:31:16 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
.