Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Validating emails to link owner ?

Quote Reply
Validating emails to link owner ?
Hello,

I added a link using the "add a link" page.

Then I received an email asking me to validate it in the administration area.

But when I validated the link, it seems the link owner is not receiving an email telling him the link was added to the database.

Please help.

Thank you very much.

Chris.
Quote Reply
Re: Validating emails to link owner ? In reply to
1) Make sure that you have the following variable activated in your links.cfg file:

Code:
$db_email_add = 1;

Make sure it has a 1 for ON.

2) Make sure you have the correct SENDMAIL PATH or SMTP Server dennoted in the following variables:

Code:
$db_mail_path

OR

Code:
$db_smtp_server

Depending on what method you are using.

If you are using SMTP, make sure that you have the Mailer.pm uploaded in your main links cgi-bin directory.

Hope this helps.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
http://www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------





Quote Reply
Re: Validating emails to link owner ? In reply to
Thank you so much Eliot for your precious help.

$db_email_add = 1;

was set to zero.

Cordially,

Christophe