peinfant54

Results 4 comments of peinfant54

Hi @knightcott-paul. After doing all the step you described, then what? How to correct set up laravel-imap? Thanks

Hi @knightcott-paul thank you for answer me. The problem is that after doing all that, I'm still can't connect: > TAG2 LOGOUT

@vielhuber That was the clue!! Thank you!! And all this process has to be done, with a user, who has the "GLOBAL ADMINISTRATOR" Role

Here is a Script for the getting the Token public function getOfficeToken3652($tenantID, $clientid, $clientSecret) { $url = "https://login.microsoftonline.com/".$tenantID."/oauth2/v2.0/token"; $curl = curl_init($url); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);...