Port FIX Port FIX
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Port FIX

Started by floffy, April 19, 2004, 03:06:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

floffy

has a user , i use , not program

coppermine do not have a SMTP_PORT
i need this to ajust my Port to user can receive email
i look mailer.inc.php but it's not implement

can i have a "mailer.inc.php"  Update

Joachim Müller

Coppermine doesn't come with it's own smtp engine, it uses the one that already exists on your webserver. If you're on a Linux/Unix webserver, the settings in include/mailer.inc.php should be fine in most cases. However, you can specify your own mail server settings in $CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';


The file's not "incomplete", you'll have to fill in the gaps if it doesn't work for you.
(At least that's what I guess your mail is about - may be a language issue).

GauGau