|
Posted by Manuel Lemos on 03/25/06 19:43
Hello,
on 03/24/2006 05:58 PM rbystrianyk@gmail.com said the following:
> I'm trying to connect to a Microsoft Exchange server via PHP Mailer
> that is being used by Mantis [bug tracking software]. I've tracked a
> problem down to a class called class.smpt.php. There it makes a call
> to get announcements and I'm guessing times-out or something and
> never returns. I'm running on Windows XP. Any ideas???
I suspect that iy exceeds the PHP time limit. You should activate and
check the PHP error log.
Anyway, if you are using Exchange on the same server as the Web server,
you can inject the messages directly on the Exchange queue, without
needing to use an SMTP server. You just need to locate the message queue
folder and drop the message there. It is instantaneous, it never times out.
You may want to try this class that comes with a sub-class that can
inject messages in the Exchange pickup folder:
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Navigation:
[Reply to this message]
|