roylanceb
Results
2
comments of
roylanceb
> > [Webklex](/Webklex) > > Hi @Webklex, we are working in a deamon application and we cannot use the browser for the autenthication. The access token got using your code...
This is some simple code I am using to save the email to a .eml file ``` $eml = ""; $eml .= json_decode(json_encode($email->getHeader()), true)['raw']; $eml .= $email->getRawBody(); file_put_contents($folder . "/"...