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

質問編集履歴

2

ドメインの修正

2020/01/19 06:30

投稿

Res
Res

スコア184

title CHANGED
File without changes
body CHANGED
@@ -5,8 +5,8 @@
5
5
 
6
6
  送信するコードはこちらです。
7
7
  ```php
8
- $mail="サンプル <test@sample.com>";
8
+ $mail="サンプル <test@example.com>";
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";
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

ドメインの修正

2020/01/19 06:30

投稿

Res
Res

スコア184

title CHANGED
File without changes
body CHANGED
@@ -5,8 +5,8 @@
5
5
 
6
6
  送信するコードはこちらです。
7
7
  ```php
8
- $mail="サンプル <test@○○.com>";
8
+ $mail="サンプル <test@sample.com>";
9
- $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";
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内容~~