teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

2017/08/17 13:11

投稿

os_hakker
os_hakker

スコア29

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
  以下にコードのphp部分を載せます。
6
6
 
7
7
  <?php
8
- $to='info@samurai819.net,'.$_POST['mail'];
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';