ACP - How To Change Smtp Port »  Show posts from    to     

Icy Phoenix


Documentation And How To - ACP - How To Change Smtp Port



Zuker [ Sat 17 Nov, 2007 16:05 ]
Post subject: ACP - How To Change Smtp Port
Hi

Some servers use other port than 25 for mailing

It was my case, so i had to change the default "25" port to the one used by my server (in this case 2525)

Open

includes/smtp.php

edit the 25 in this line, with your port

Code: [Hide] [Select]
if( !$socket = @fsockopen($board_config['smtp_host'], 25, $errno, $errstr, 20) )


That's all


novice programmer [ Sat 17 Nov, 2007 17:05 ]
Post subject: Re: How To Change Smtp Port
That´s a simple and very great tutorial... 0010




Powered by Icy Phoenix