Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

How do I remove "Subm. to database email"??

Quote Reply
How do I remove "Subm. to database email"??
Whenever someone submits a site to my directory, I get a confirmation
email of the link, descr. etc.

How do I disable this email?

Thx

Quote Reply
Re: How do I remove "Subm. to database email"?? In reply to
1) Add the following variable in the links.cfg file:

Code:

$db_sendadmin_email = 0;


2) Then in the add.cgi and modify.cgi scripts, look for &send_email;. Replace those codes with the following codes:

Code:

if ($db_sendadmin_email) {
&send_email;
}


Regards,

Eliot Lee Wink
http://anthrotech.com/