質問編集履歴
2
ドメインの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
|
6
6
|
送信するコードはこちらです。
|
7
7
|
```php
|
8
|
-
$mail="サンプル <test@
|
8
|
+
$mail="サンプル <test@example.com>";
|
9
|
-
$header_info="From: ".$mail." \r\nReturn-Path: test@
|
9
|
+
$header_info="From: ".$mail." \r\nReturn-Path: test@example.com \r\nX-Priority: 3 \r\nContent-Type: text/html;charset=UTF-8\r\nX-Sender: ".$mail."\r\nOrganization: サンプル\r\n";
|
10
10
|
|
11
11
|
$body = <<< EOM
|
12
12
|
~~HTML内容~~
|
1
ドメインの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
|
6
6
|
送信するコードはこちらです。
|
7
7
|
```php
|
8
|
-
$mail="サンプル <test@
|
8
|
+
$mail="サンプル <test@sample.com>";
|
9
|
-
$header_info="From: ".$mail." \r\nReturn-Path: test@
|
9
|
+
$header_info="From: ".$mail." \r\nReturn-Path: test@sample.com \r\nX-Priority: 3 \r\nContent-Type: text/html;charset=UTF-8\r\nX-Sender: ".$mail."\r\nOrganization: サンプル\r\n";
|
10
10
|
|
11
11
|
$body = <<< EOM
|
12
12
|
~~HTML内容~~
|