質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
以下にコードのphp部分を載せます。
|
6
6
|
|
7
7
|
<?php
|
8
|
-
$to='info@
|
8
|
+
$to='info@example.net,'.$_POST['mail'];
|
9
9
|
$message = $_POST['datapost'];
|
10
10
|
$headers[] = 'MIME-Version: 1.0';
|
11
11
|
$headers[] = 'Content-type: text/html; charset=iso-8859-1';
|