We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
//test.php in test folder require_once DIR.'/../vendor/autoload.php';
use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception;
$mail = new PHPMailer(true); try {} catch (Exception $e) {}
The text was updated successfully, but these errors were encountered:
"php": ">=5.6.0", "topthink/framework": "5.1.*", "topthink/think-captcha": "2.0.*", "phpmailer/phpmailer": "^6.4"
Sorry, something went wrong.
这问题怎么解决的?只能升级TP到6?
thinkphp 5.1 可以考虑卸载官方的验证码扩展,安装我这个版本来解决。 地址:https://github.com/jonesshen/think-captcha
No branches or pull requests
//test.php in test folder
require_once DIR.'/../vendor/autoload.php';
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
$mail = new PHPMailer(true);
try {} catch (Exception $e) {}
The text was updated successfully, but these errors were encountered: