06 2020 档案
摘要:参考文献:https://blog.csdn.net/qq_32540639/article/details/74909891 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; char
阅读全文
摘要:项目需要新开发一个发邮箱功能,以前做过,以为信手拈来,没想到花了两个小时,记录踩的坑 $mail = new PHPMailer(); $mail->SMTPDebug = SMTP::DEBUG_SERVER; // Enable verbose debug output $mail->isSMT
阅读全文