debug
parent
4464cdca28
commit
019ec413a3
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue