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