laravel-gmail icon indicating copy to clipboard operation
laravel-gmail copied to clipboard

how to get emails from specific user id ?

Open iamgarik opened this issue 3 years ago • 3 comments

$mailbox = new LaravelGmailClass(config(), $admin_uid); $messages = $mailbox->message()->preload()->all();

this not working ...

any ideas?

iamgarik avatar Apr 21 '22 19:04 iamgarik

What about $admin_uid replace to Auth::id()

uacode avatar Apr 21 '22 19:04 uacode

What about $admin_uid replace to Auth::id()

no i need a specific id to put in $admin_uid

iamgarik avatar Apr 21 '22 19:04 iamgarik

Error output

https://monosnap.com/file/LGkt95LZRRnT9wMjY1VyUPHh4IOzdI

iamgarik avatar Apr 21 '22 20:04 iamgarik