This commit is contained in:
devil_gong 2019-01-11 18:14:54 +08:00
parent 4464cdca28
commit 019ec413a3

View File

@ -28,7 +28,7 @@ namespace phpmailer;
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
*/
class PHPMailer
class PHPMailer extends \Think\Exception
{
const CHARSET_ISO88591 = 'iso-8859-1';
const CHARSET_UTF8 = 'utf-8';