Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Emailing Problem

Quote Reply
Emailing Problem
Hi,
How come I don't get an email when I add a link in my website???
Thanks!
Quote Reply
Re: Emailing Problem In reply to
Are you talking about adding it as a user or as the admin?

No email is sent when a record is added by the admin.

You should get one if you add the link as a user. Make sure you have this near the bottom of sub process_form of add.cgi:

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

Also make sure your email-add.txt template file is in the templates directory, it is not empty, was uploaded as ASCII, and is chmod to 666.

I hope this helps.