質問編集履歴
1
アドレスの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -234,7 +234,7 @@
|
|
234
234
|
|
235
235
|
if (empty($error)) {
|
236
236
|
|
237
|
-
$header = "From: " .mb_encode_mimeheader("株式会社
|
237
|
+
$header = "From: " .mb_encode_mimeheader("株式会社ほげほげ") ."<info@smartgate.jp>";
|
238
238
|
|
239
239
|
$body =
|
240
240
|
|
@@ -276,7 +276,7 @@
|
|
276
276
|
|
277
277
|
if (
|
278
278
|
|
279
|
-
!mb_send_mail('
|
279
|
+
!mb_send_mail('hogehoge@gmail.com','件名', $body, $header)
|
280
280
|
|
281
281
|
) {
|
282
282
|
|