質問編集履歴
1
ドメインの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
$mail_to = $mailto;
|
25
25
|
|
26
26
|
// 送信元アドレス
|
27
|
-
$mail_from = "aaa@
|
27
|
+
$mail_from = "aaa@exmple.com";
|
28
28
|
$mime_type = "application/octet-stream";
|
29
29
|
// マルチパートなので、パートの区切り文字列を指定
|
30
30
|
$boundary = '----=_Boundary_' . uniqid(rand(1000,9999) . '_') . '_';
|