Deprecated: Optional parameter $keys declared before required parameter $cms_id is implicitly treated as a required parameter in /home/www/dev/work/class/blog/CmsKey.php on line 75

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\main::$outlink is deprecated in /home/www/dev/work/website/lvesu/template/blog/cms/cms.tpl on line 2

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\main::$status is deprecated in /home/www/dev/work/website/lvesu/template/blog/index.head.php on line 2
PHPMailer设置utf8 PHPMailer字符集CharSet - 互联网笔记

略微加速

略速 - 互联网笔记

PHPMailer设置utf8 PHPMailer字符集CharSet

2022-11-29 leiting (2836阅读)

标签 PHP

$mail = new \PHPMailer\PHPMailer();
$mail->CharSet = \PHPMailer\PHPMailer::CHARSET_UTF8;

/**
 * PHPMailer的字符集:
 * const CHARSET_ASCII = 'us-ascii';
 * const CHARSET_ISO88591 = 'iso-8859-1';
 * const CHARSET_UTF8 = 'utf-8';
 */


北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3