Search found 2 matches

by rbystrianyk
24 Mar 2006, 20:43
Forum: Help
Topic: SMTP connection on different port
Replies: 2
Views: 4399

Followup ...

I've been tracking this problem into the bowels of PHPMailer. Right now it is hanging at this line:

$announce = $this->get_lines();

in the class.smtp.php

I'm connecting to an SMTP on a Microsoft Exchange server.

The investigation continues ...

Roman
by rbystrianyk
24 Mar 2006, 19:18
Forum: Help
Topic: SMTP connection on different port
Replies: 2
Views: 4399

SMTP connection on different port

Hi all,

I have an SMTP server at port 1024. I changed all the SMTP port references in all the PHP files from the default of 25 to 1024. I also tried specifying a server name of "smtp-server-name:1024". All of these causes mantis just to spin for a long while and then eventually show a blank screen ...