Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Port FIX  (Read 2183 times)

0 Members and 1 Guest are viewing this topic.

floffy

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Port FIX
« on: April 19, 2004, 03:06:43 am »

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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Port FIX
« Reply #1 on: April 19, 2004, 07:46:50 am »

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
Code: [Select]
$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
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 18 queries.