随笔分类 -  PHPMailer

摘要:一.下载 使用composer下载PHPMailer :composer require phpmailer/phpmailer 二.使用实例 use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; use PHPMailer 阅读全文
posted @ 2020-09-06 15:10 人可永真 阅读(275) 评论(0) 推荐(0)