Hi,
I'm having the same issue. I have tried
http://coppermine.sourceforge.net/manual.php#smtp settings and put in
$CONFIG['smtp_host'] = 'localhost'; // also tried mail.domain.com and empty as well
$CONFIG['smtp_username'] = 'email@address.com';
$CONFIG['smtp_password'] = 'password';
when i try with the above information i get :
Could not connect to smtp host : 111 : Connection refused** I have made sure that I am using the correct information to connect to localhost smtp.
when i try empty parameters i get a bounce back with the following header:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
rajivsharma@rogers.com
unrouteable mail domain "rogers.com"
------ This is a copy of the message, including all the headers. ------
Return-path: <nobody@myserver.com>
Received: from nobody by my.fqdn.com with local (Exim 4.43)
id 1DvPKd-0004Sk-2v
for rajivsharma@rogers.com; Wed, 20 Jul 2005 20:54:35 -0400
To: rajivsharma@rogers.com
Subject: bla bla bla
From: SOME NAME <admin@mydomain.com>
MIME-Version: 1.0
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 8bit
Date: Thu, 21 Jul 2005 00:54:35 UT
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Coppermine Photo Gallery
Importance: Normal
Message-Id: <E1DvPKd-0004Sk-2v@my.fqdn.com>
-----------------------------
MORE INFO>
my server blocks nobody@myserver.com user from sending out emails. but i think when using mailer.inc file of coppermine with a specific account then coppermine should not use nobody@myserver.com RIGHT ?
all of the admin confirmations for coppermine new user registration is working fine. I tried using the email account that I specified in mailer file by itself to send to rajivsharma@rogers.com and it worked.
Not sure what to do. Please help


?