08 2021 档案

摘要:public function read() { $pwd = md5(123456);//短信宝的密码 $code = rand(1000,9999); $c = '【下雨苏里】你的验证码是:'.$code.',3分钟内有效!'; $url ="http://api.smsbao.com/sms? 阅读全文
posted @ 2021-08-28 10:39 清淤 阅读(84) 评论(0) 推荐(0)
摘要:phpmailer 安装或者下载方式: 1、PHPMailer 项目地址:https://github.com/PHPMailer/PH 2、使用 composer 安装: composer require phpmailer/phpmailer public function email(){ $ 阅读全文
posted @ 2021-08-05 21:22 清淤 阅读(100) 评论(0) 推荐(0)