coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Ecards & Email => Topic started by: ron351 on January 10, 2005, 01:27:57 AM

Title: E-Cards won't send, Any Suggestions?
Post by: ron351 on January 10, 2005, 01:27:57 AM
Hi, I am trying to enable sending Ecards. After trying to send, the page message says:
Sorry but the server can't send your e-card...

I have CHMOD set correct as fas as I can tell, because new members that sign up alert me by email, and send a verify to their email address.
So is there another thing needed to get these Ecards sent from the gallery?
Below is Debug info.
Thanks,
Ron

Debug info:
USER:
------------------
Array
(
    [ID] => 85a90ccc5b640815a91d19569566ba75
    [am] => 1
    [search] => ###casey
    [liv] => Array
        (
           
Title: Re: E-Cards won't send, Any Suggestions?
Post by: Nibbler on January 10, 2005, 03:24:29 PM
Try sending with SMTP - fill in the info in include/mailer.inc.php. Also updating to latest stable version before seeking support is generally a good idea.
Title: Re: E-Cards won't send, Any Suggestions?
Post by: ron351 on January 10, 2005, 04:40:04 PM
Are you talking in this area of the code?
If so change smtp to what? My .com mailing address?
I am unsure what to change it to.
Quoteemail
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
Ron

Quote from: Nibbler on January 10, 2005, 03:24:29 PM
Try sending with SMTP - fill in the info in include/mailer.inc.php. Also updating to latest stable version before seeking support is generally a good idea.
Title: Re: E-Cards won't send, Any Suggestions?
Post by: Nibbler on January 10, 2005, 04:51:04 PM
Open your include/mailer.inc.php and fill it in your username and password.

$CONFIG['smtp_host'] = 'localhost';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';