Hi folks,
I need to use other than 25 and 465 for connecting to SMTP server. I've tried to set it to something else in main.inc.php, but the Send Test Mail function will never complete when the installation is at Step 3.
BTW, the IMAP function is working fine tho.
Is there anything that I need to do?
Charles
in config/main.inc.php
Quote// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
Have you tried this ?