$arr['mail_body']= "name:".$_POST['txtName']." City:".$_POST['txtCity']." Message:".$_POST['txtMessage']." Country:".$_POST['txtCountry']." Tel:".$_POST['txtTel']." Email:".$_POST['txtEmail']; //邮件正文
php连接字符串用"."号