can't I send out the picture mail? can't I send out the picture mail?
 

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

can't I send out the picture mail?

Started by shinetown, February 20, 2004, 04:52:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shinetown

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.shinetown.net%2Fcpg1%2Falbums%2Fuserpics%2F10001%2Fnormal_em%257E0.jpg&hash=e6336804fecee4670c528fc461524bde4743d4ea)

Joachim Müller

coppermine doesn't have it's own smtp engine (which sends email), but has to rely on the smtp engine that has to be set up on your server. Most Lunix servers come with smtp properly set up, but IIS doesn't.
Since you're using IIS, you'll have to set up / configure your smtp server first. If you're sure that smtp server is set up correctly on your webserver, you might have to enter the correct data into include/mailer.inc.php:$CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';
(but remember: you'll have to get smtp to work in the first place!).

GauGau

P.S. Bottomline is: do not run your own server publicly unless your really know what you're doing... :wink: