可是发生如下错误:
Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()...
//********Send mail
function sendmail(){
mail("to:******","****title***","$messages","From:webmaster@gzuu.com\nReply-To:webmaster@gzuu.com\nX-Mailer: php\nErrors-To:$from_email_address");
}