質問編集履歴
4
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -89,3 +89,15 @@
|
|
89
89
|
|
90
90
|
|
91
91
|
ロリポップの本番環境ではメールが届きます。
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
追記
|
98
|
+
|
99
|
+
下記ページ通りGmailで設定をしテスト送信を行うとブラウザ上には送信成功と表示されます。
|
100
|
+
|
101
|
+
(同じphpコードでロリポップでテスト送信を行ってもブラウザ上は送信成功と表示されます。)
|
102
|
+
|
103
|
+
https://starscream.hatenablog.com/entry/20181030/1540825978
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,41 @@
|
|
51
51
|
|
52
52
|
|
53
53
|
よろしくお願いいたします。
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
追記
|
60
|
+
|
61
|
+
エラーログについて
|
62
|
+
|
63
|
+
MySQLの方には特に何もありません。
|
64
|
+
|
65
|
+
Apacheの方には下記の内容が記述されています。
|
66
|
+
|
67
|
+
[Wed Nov 10 22:31:49.423575 2021] [php:warn] [pid 1988:tid 1820] [client ::1:54681] PHP Warning: mb_send_mail(): Failed to connect to mailserver at "smtp.lolipop.jp" port 465, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\sample\sample.php on line 36, referer: https://localhost/sample/contact?toID=2
|
68
|
+
|
69
|
+
[Wed Nov 10 22:31:49.423575 2021] [php:error] [pid 1988:tid 1820] [client ::1:54681] PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\sample\sample.php on line 36, referer: https://localhost/sample/contact?toID=2
|
70
|
+
|
71
|
+
[Wed Nov 10 22:31:49.425570 2021] [php:error] [pid 1988:tid 1840] [client ::1:54697] PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\sample\ses.php on line 6, referer: https://localhost/sample/contact?toID=2
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
またブラウザには以下が表示されています。
|
76
|
+
|
77
|
+
Warning: mb_send_mail(): Failed to connect to mailserver at "smtp.lolipop.jp" port 465, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\sapmle\sapmle.php on line 36
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\sapmle\sapmle.php on line 36
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
sapmle.php on line 36にあたる部分には以下内容を記述しております。
|
86
|
+
|
87
|
+
if(mb_send_mail($mailTo, $subject, $body, $header, '-f'. $fromMail)) { ~
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
ロリポップの本番環境ではメールが届きます。
|
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,8 @@
|
|
42
42
|
|
43
43
|
XAMPPのバージョンは3.3.0です。
|
44
44
|
|
45
|
+
PCはWindowsです。
|
46
|
+
|
45
47
|
|
46
48
|
|
47
49
|
何か設定が足りていない等ありましたらご指摘いただけますと幸いです。
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -45,3 +45,7 @@
|
|
45
45
|
|
46
46
|
|
47
47
|
何か設定が足りていない等ありましたらご指摘いただけますと幸いです。
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
よろしくお願いいたします。
|