View Single Post
Old 2003-11-27, 03:01 PM   #9
matt
Trying is the first step towards failure
 
Join Date: Apr 2003
Location: Australia
Posts: 123
Send a message via ICQ to matt
Troy,

This

# Notify visitors automatically when their links are validated?
$db_email_add = 0;

Needs to be set to 1 if you want to send acceptance / rejection emails, which I think you do...

And

# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/lib/sendmail'; $db_smtp_server = '';

Is the way it should look, with only one of them set.


Matt
__________________
Link List Land - Linklist Creation, Design and Implementation.
matt is offline   Reply With Quote