@@ -2,8 +2,8 @@ |
||
2 | 2 | require 'common.php'; |
3 | 3 | |
4 | 4 | $mail = new Zend_Mail_Storage_Imap(array('host' => 'xxx', |
5 | - 'user' => 'xxx', |
|
6 | - 'password' => 'xxx')); |
|
5 | + 'user' => 'xxx', |
|
6 | + 'password' => 'xxx')); |
|
7 | 7 | |
8 | 8 | $analyzer = new Intraface_modules_newsletter_BounceAnalyzer; |
9 | 9 |