Gossamer Forum
Home : Products : Links 2.0 : Discussions :

E-mail Help

Quote Reply
E-mail Help
Every time some one submits a link I get an e-mail say that is a link waiting to be validated. How do I stop this email coming to me? If I had a lot of people submitting links it would clog up my inbox.

Also in e-mail options in links.cfg

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'surakshan@yahoo.com';

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

Would 0 mean it sends the e-mail?
Quote Reply
Re: E-mail Help In reply to
Greetings Surakshan !

Quote:
Would 0 mean it sends the e-mail?

Yup, thats what it would mean. Sends an email informing them that their link has been validated.

Hope that helps



------------------
http://www.nzcid.godzone.net.nz
New Zealand Christian Internet Directory


Quote Reply
Re: E-mail Help In reply to
In add.cgi where you find this

# Send the admin an email message notifying of new addition.
&send_email;

Delete that, and if you wanna bring it back, just put that back, because it uses the stuff at the bottom of add to send mail, and thats what &send_mail does is call it right there.
Quote Reply
Re: E-mail Help In reply to
You can also use the # (rem) character to rem out that line, which is the better method of editing most program files. Deleting lines out makes it hard to restore program files to their initial state.

So, the codes would look like the following:

Code:
# Send the admin an email message notifying of new addition.
# &send_email;

If you want to restore this process, just delete the # (rem) character.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us