消印の受信メール関数を使用してPHPスクリプトを作成しています。デモのPHPコードでは、あらゆる種類のエラーがスローされます。デモページからほぼ一語一語コードをコピーしましたが、\がPHPエラーを引き起こしているようです。デモコードのホームページはこちら
そして私が使用しているコード:
require_once '/postmark/Autoloader.php';
\Postmark\Autoloader::register();
// this file should be the target of the callback you set in your postmark account
$inbound = new \Postmark\Inbound(file_get_contents('php://input'));
エラー:
解析エラー:構文エラー、10行目の/home/path/page.api.email.phpに予期しないT_STRINGがあります
10行目は次のとおりです。\Postmark\ Autoloader :: register();