标签: phpmailer
我正在尝试在cakephp 3中导入供应商库,但是还没有成功。
它给出了错误:
调用未定义的方法Cake \ Core \ App :: import()
这是我正在使用的代码:
App::import('vendor', 'PHPMailer', array('file' => 'PHPMailer' . DS . 'PHPMailerAutoload.php'));