| View previous topic :: View next topic |
| Author |
Message |
Garren Strocknar Guest
|
Posted: Tue May 15, 2007 6:42 pm Post subject: class.mail_queue.php error |
|
|
I just had to do a fresh install of eventum and am now getting this error
whenever I run process_mail_queue.php:
An error was found on line '234' of script
'/opt/lampp/htdocs/eventum/include/class.mail_queue.php'
The error message passed to us was:
'Failed to connect to my.server.com:110 [SMTP: Invalid response code
received from server (code: -1, response: Microsoft Exchange Server 2003
POP3 server version 6.5.7638.1 (my.server.com) ready.)]'
A more detailed error message follows:
''
A backtrace is available:
Array
(
[0] => Array
(
[file] => /path/to/eventum/include/class.mail_queue.php
[line] => 177
[function] => _sendEmail
[class] => Mail_Queue
[type] => ::
[args] => Array
Any ideas? |
|
| Back to top |
|
 |
Garren Strocknar Guest
|
Posted: Tue May 15, 2007 6:48 pm Post subject: Re: class.mail_queue.php error |
|
|
Forgot to mention:
Everything else seems to work alright as far as email integration goes.
Eventum will download the emails from the correct email address, it just
won't send them. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue May 15, 2007 11:50 pm Post subject: Re: class.mail_queue.php error [Virus Checked] |
|
|
Hi Garren
Please check if your SMTP settings in
Eventum\Administration\Configuration\General Setup\
is using Port 25 (default SMTP).
In your message it seems as if you have typed port 110, but port 110
should only be used for the POP3 setting, not the SMTP setting.
Regards,
Flemming |
|
| Back to top |
|
 |
|