質問編集履歴

2

ドメインの修正

2020/01/19 06:30

投稿

Res
Res

スコア184

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
  ```php
14
14
 
15
- $mail="サンプル <test@sample.com>";
15
+ $mail="サンプル <test@example.com>";
16
16
 
17
- $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";
17
+ $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";
18
18
 
19
19
 
20
20
 

1

ドメインの修正

2020/01/19 06:30

投稿

Res
Res

スコア184

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
  ```php
14
14
 
15
- $mail="サンプル <test@○○.com>";
15
+ $mail="サンプル <test@sample.com>";
16
16
 
17
- $header_info="From: ".$mail." \r\nReturn-Path: test@○○.com \r\nX-Priority: 3 \r\nContent-Type: text/html;charset=UTF-8\r\nX-Sender: ".$mail."\r\nOrganization: サンプル\r\n";
17
+ $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";
18
18
 
19
19
 
20
20