質問編集履歴

2

微修正再度

2015/09/09 08:55

投稿

saba
saba

スコア35

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,15 @@
10
10
 
11
11
 
12
12
 
13
+ emobile版
14
+
13
15
  Failed to connect to mailserv.emobile.ne.jp:587 [SMTP: Failed to connect socket: fsockopen() has been disabled for security reasons (code: -1, response: )]
14
16
 
15
17
 
18
+
19
+ gmail版
20
+
21
+ Failed to connect to smtp.gmail.com:587 [SMTP: Failed to connect socket: fsockopen() has been disabled for security reasons (code: -1, response: )]
16
22
 
17
23
 
18
24
 

1

微修正

2015/09/09 08:55

投稿

saba
saba

スコア35

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  $show="PEAR::Mail";
46
46
 
47
-
47
+ /*
48
48
 
49
49
  //emobileメール利用のパターン
50
50
 
@@ -64,11 +64,11 @@
64
64
 
65
65
  );
66
66
 
67
+ */
67
68
 
68
69
 
69
70
 
70
71
 
71
- /*
72
72
 
73
73
  //gmail利用のパターン
74
74
 
@@ -92,7 +92,7 @@
92
92
 
93
93
 
94
94
 
95
- */
95
+
96
96
 
97
97
  //Mailオブジェクト作製
98
98