SMTP - Setting an alternate port... SMTP - Setting an alternate port...
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

SMTP - Setting an alternate port...

Started by yrick, February 16, 2007, 07:05:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yrick

Greeting:

My ISP is blocking Port 25 (understandable but >:().
The accepted alternate SMTP port is Port 587. 

I have adjusted my mailserver (hmailserver) to use Port 587 as the SMTP port.
I have verified this configuration works by sending an email via phpbb2. 
I did not need to make any port adjustments.

However, when I try to mail from Coppermine using SMTP my email disappears into the ethernet.
Being a windows installation, I have no "sendmail" capability.
After some troubleshooting I have been able to ascertain that the SMTP port setting is coded into Coppermine.

How / Where can I adjust this port setting so that CopperMine will use Port 587 for SMTP as opposed to Port 25?

     Settings of interest:

            Win 2kPro
              Apache 2.2
                PHP 5.1.2
                MySQL 5.0.18
                   Coppermine 1.4.9

web: http://yrick.dyndns.org/cpg149

Nibbler

The SMTP server setting in config will accept server:port format.

yrick

Would that be:

     1.  http://domain.com:port
     2.  domain.com:port
     3.  http://smtp.domain.com:port
     4.  smtp.domain.com:port

Nibbler

2 or 4 probably. Depends which one resolves to the smtp server you wish to connect to.

levy

i 'm using gmail's smtp but the email cannot be sent. I configurated it same as my Outlook  :'(

Stramm

Gmail smtp uses a secure connection (TLS). If I'm not wrong the CPG SMTP function doesn't support that