CoasterKaty / PHPGraphMailer

PHP Class to send email through Microsoft Graph API
https://katystech.blog/2020/08/php-graph-mailer/
GNU General Public License v2.0
33 stars 18 forks source link

sendMail: The OData request is not supported. #8

Open KodaCHC opened 2 years ago

KodaCHC commented 2 years ago

I try to send a mail with your sample. But I get this error in the sendMail function in $response

Array
(
    [code] => 405
    [data] => {"error":{"code":"ErrorInvalidRequest","message":"The OData request is not supported."}}
)

When I try to send with "Microsoft Graph SDK for PHP" it works. I therefore do not think that it is a permission problem