稿

墨香诗韵投稿系统

L'art de la poésie chinoise

投稿成功

感谢您的诗词投稿,我们已收到您的作品。

投稿失败

请检查表单填写是否正确后重试。

0/1000 字

诗词投稿

" . htmlspecialchars($_POST['title']) . "

作者:" . htmlspecialchars($_POST['author']) . "

邮箱:" . htmlspecialchars($_POST['email']) . "

类型:" . htmlspecialchars($_POST['poem_type']) . "

" . nl2br(htmlspecialchars($_POST['poem_content'])) . "
"; if (!empty($_POST['notes'])) { $message .= "

创作说明

" . nl2br(htmlspecialchars($_POST['notes'])) . "

"; } $message .= " "; // 邮件头 $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=utf-8\r\n"; $headers .= "From: " . htmlspecialchars($_POST['email']) . "\r\n"; $headers .= "Reply-To: " . htmlspecialchars($_POST['email']) . "\r\n"; // 发送邮件 $mail_sent = mail($to_email, $subject, $message, $headers); // 显示结果 echo ""; } ?>