質問編集履歴

4

エラーコードの発見

2019/05/23 07:51

投稿

teruru.b
teruru.b

スコア11

test CHANGED
File without changes
test CHANGED
@@ -125,3 +125,51 @@
125
125
  ・[XAMPP(Windows版)で、Gmail経由でローカル環境からメールを送信する](http://d.hatena.ne.jp/sutara_lumpur/20100617/1276728122)
126
126
 
127
127
  =======================================
128
+
129
+
130
+
131
+ 追記です!
132
+
133
+ C:\xampp\apache\logs
134
+
135
+ 上記のフォルダ内にエラーコードを発見しました。
136
+
137
+
138
+
139
+ ```error code
140
+
141
+
142
+
143
+ [Thu May 23 16:49:18.018129 2019] [ssl:warn] [pid 12136:tid 592] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
144
+
145
+ [Thu May 23 16:49:18.054072 2019] [core:warn] [pid 12136:tid 592] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
146
+
147
+ [Thu May 23 16:49:18.060056 2019] [ssl:warn] [pid 12136:tid 592] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
148
+
149
+ PHP Warning: Module 'openssl' already loaded in Unknown on line 0
150
+
151
+ [Thu May 23 16:49:18.086945 2019] [mpm_winnt:notice] [pid 12136:tid 592] AH00455: Apache/2.4.39 (Win64) OpenSSL/1.1.1b PHP/7.3.4 configured -- resuming normal operations
152
+
153
+ [Thu May 23 16:49:18.086945 2019] [mpm_winnt:notice] [pid 12136:tid 592] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
154
+
155
+ [Thu May 23 16:49:18.086945 2019] [core:notice] [pid 12136:tid 592] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
156
+
157
+ [Thu May 23 16:49:18.094976 2019] [mpm_winnt:notice] [pid 12136:tid 592] AH00418: Parent: Created child process 12032
158
+
159
+ [Thu May 23 16:49:18.725239 2019] [ssl:warn] [pid 12032:tid 612] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
160
+
161
+ [Thu May 23 16:49:18.772112 2019] [ssl:warn] [pid 12032:tid 612] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
162
+
163
+ PHP Warning: Module 'openssl' already loaded in Unknown on line 0
164
+
165
+ [Thu May 23 16:49:18.806021 2019] [mpm_winnt:notice] [pid 12032:tid 612] AH00354: Child: Starting 150 worker threads.
166
+
167
+ �t�@�C�����A�f�B���N�g�����A�܂��̓{�����[�� ���x���̍\�����Ԉ���Ă��܂��B
168
+
169
+
170
+
171
+ ```
172
+
173
+
174
+
175
+ 賢者の方々、ご確認していただいてもよろしいでしょうか。

3

情報の追加

2019/05/23 07:51

投稿

teruru.b
teruru.b

スコア11

test CHANGED
File without changes
test CHANGED
@@ -114,14 +114,14 @@
114
114
 
115
115
  なお、以下のサイトを参考しました。
116
116
 
117
- ===================================
117
+ =======================================
118
118
 
119
- https://techacademy.jp/magazine/4129
119
+ ・[XAMPPのローカル環境からメールを送信できるように設定する方法【初心者向け】](https://techacademy.jp/magazine/4129)
120
120
 
121
- https://blog.s-giken.net/26.html
121
+ ・[XAMPP環境(ローカル環境)の sendmailからPHPメールを送信する設定方法](https://blog.s-giken.net/26.html)
122
122
 
123
- https://suu-poo.com/blog/php/post-945/
123
+ ・[【PHP】ローカル環境からメールを送信する方法](https://suu-poo.com/blog/php/post-945/)
124
124
 
125
- http://d.hatena.ne.jp/sutara_lumpur/20100617/1276728122
125
+ ・[XAMPP(Windows版)で、Gmail経由でローカル環境からメールを送信する](http://d.hatena.ne.jp/sutara_lumpur/20100617/1276728122)
126
126
 
127
- ===================================
127
+ =======================================

2

参考サイトの情報追加

2019/05/23 02:51

投稿

teruru.b
teruru.b

スコア11

test CHANGED
File without changes
test CHANGED
@@ -109,3 +109,19 @@
109
109
 
110
110
 
111
111
  大変お手数ですが、ご教授願います。
112
+
113
+
114
+
115
+ なお、以下のサイトを参考しました。
116
+
117
+ ===================================
118
+
119
+ https://techacademy.jp/magazine/4129
120
+
121
+ https://blog.s-giken.net/26.html
122
+
123
+ https://suu-poo.com/blog/php/post-945/
124
+
125
+ http://d.hatena.ne.jp/sutara_lumpur/20100617/1276728122
126
+
127
+ ===================================

1

コードが見づらかったので、修正しました。

2019/05/23 02:48

投稿

teruru.b
teruru.b

スコア11

test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,14 @@
70
70
 
71
71
    【test.php】のコード
72
72
 
73
+
74
+
75
+
76
+
77
+ ```php
78
+
79
+
80
+
73
81
    <?php
74
82
 
75
83
    if(mb_send_mail("送信先@gmail.com", "test_sub", "test_body")){
@@ -83,6 +91,8 @@
83
91
    }
84
92
 
85
93
    ?>
94
+
95
+ ```
86
96
 
87
97
 
88
98