質問編集履歴

1

エラーログを厳密にしました。

2015/10/26 17:53

投稿

naokiueda17
naokiueda17

スコア12

test CHANGED
File without changes
test CHANGED
@@ -18,12 +18,52 @@
18
18
 
19
19
  Uncaught exception Email\SmtpCommandFailureException: Got an unexpected response from host on command: [QUIT] expecting: 221 received
20
20
 
21
+ Callstack:
22
+
23
+ #0 fuel/packages/email/classes/email/driver/smtp.php(190): Email\Email_Driver_Smtp->smtp_send('QUIT', 221)
24
+
25
+ #1 fuel/packages/email/classes/email/driver/smtp.php(35): Email\Email_Driver_Smtp->smtp_disconnect()
26
+
27
+ #2 fuel/core/base.php(458): Email\Email_Driver_Smtp->__destruct()
28
+
29
+ #3 fuel/core/base.php(458): Fuel\Tasks\Sendmail->send_immediately('1')
30
+
31
+ #4 fuel/packages/oil/classes/refine.php(108): call_fuel_func_array(Array, Array)
32
+
33
+ #5 [internal function]: Oil\Refine::run('sendmail:send_i...', Array)
34
+
35
+ #6 fuel/packages/oil/classes/command.php(126): call_user_func('Oil\Refine::run', 'sendmail:send_i...', Array)
36
+
37
+ #7 oil(68): Oil\Command::init(Array)
38
+
39
+ #8 {main}
40
+
21
41
 
22
42
 
23
43
  Previous exception:
24
44
 
25
45
  Uncaught exception Email\SmtpCommandFailureException: Got an unexpected response from host on command: [HELO localhost.local] expecting: 250 received:
26
46
 
47
+ #0 fuel/packages/email/classes/email/driver/smtp.php(144): Email\Email_Driver_Smtp->smtp_send('HELO localhost....', 250)
48
+
49
+ #1 fuel/packages/email/classes/email/driver/smtp.php(64): Email\Email_Driver_Smtp->smtp_connect()
50
+
51
+ #2 fuel/packages/email/classes/email/driver.php(894): Email\Email_Driver_Smtp->_send()
52
+
53
+ #3 fuel/app/tasks/sendmail.php(35): Email\Email_Driver->send()
54
+
55
+ #4 fuel/core/base.php(458): Fuel\Tasks\Sendmail->send_immediately('1')
56
+
57
+ #5 fuel/packages/oil/classes/refine.php(108): call_fuel_func_array(Array, Array)
58
+
59
+ #6 [internal function]: Oil\Refine::run('sendmail:send_i...', Array)
60
+
61
+ #7 fuel/packages/oil/classes/command.php(126): call_user_func('Oil\Refine::run', 'sendmail:send_i...', Array)
62
+
63
+ #8 oil(68): Oil\Command::init(Array)
64
+
65
+ #9 {main}
66
+
27
67
 
28
68
 
29
69
  解決方法、またはヒントをいただけると幸いです。