warning: date() [function.date]: it is not safe to rely on the system's timezone settings. you are *required* to use the date.timezone setting or the date_default_timezone_set() function. in case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. we selected 'utc' for '8.0/no dst' instead in d:\appserv\www\phpmailer\class.phpmailer.php on line 2387
回复讨论(解决方案) 页头加上 date_default_timezone_set(prc); 试试看
可以试试通过修改php.ini配置文件中timezone的值。