laravel-gmail
laravel-gmail copied to clipboard
Is this possible one user(admin) grant access of his/her email. Remaining all users(officers) can access email in my system?
At this time the flow is , if any user wants access an email, Gmail will ask for grant their email access, I want admin to grant access to email so other users can access all mails of that email.
Try this
$mailbox = new LaravelGmailClass(config(), $admin_uid);
$messages = $mailbox->message()->preload()->all();
Try this
$mailbox = new LaravelGmailClass(config(), $admin_uid); $messages = $mailbox->message()->preload()->all();
not working (
@iamgarik What version of package installed?
"version": "v5.1.21",
screen error https://monosnap.com/file/LGkt95LZRRnT9wMjY1VyUPHh4IOzdI