Webklex / laravel-imap

Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
https://www.php-imap.com
MIT License
637 stars 182 forks source link

is there away to Connect to Shared Mailbox #477

Closed ssekimuli closed 1 year ago

ssekimuli commented 1 year ago

is there away to Connect to Shared Mailbox

Webklex commented 1 year ago

Hi @ssekimuli , yes there is, but how exactly depend on your setup. Check out this issue regarding the same question https://github.com/Webklex/php-imap/issues/192 especially the last comment.

Best regards & happy coding,

eporsche commented 1 year ago

For me it worked setting the email to the shared mailbox. In addition I needed to set the access rights to the mailbox for the application via power shell.. described on this page: https://vielhuber.de/blog/zugriff-mit-php-auf-exchange-office-365/