Gossamer Forum
Home : Products : Links 2.0 : Discussions :

E-mail Not Working

Quote Reply
E-mail Not Working
While editing the templates I realized that the e-mail templates had never come into play. When adding a link it says that you will be notified by e-mail once the link has been validated. So you are supposed to get this e-mail: Thank you for visiting our site. We've added the following link into
our directory:

Title : <%Title%>
URL : <%URL%>
Category : <%Category%>
Description : <%Description%>
Contact Name : <%Contact Name%>
Contact Email: <%Contact Email%>

You can see your new listing at:

http://www.gossamer-threads.com/scripts/links/

Should you have any questions, please don't hesitate to ask.

Sincerely,

Links Manager.
But after vailidating the links there is no e-mail generated. The e-mail should automatically be generated when you hit the "Validate/Delete" button shouldn't it?
Quote Reply
Re: E-mail Not Working In reply to
The email should be sent if these are set to 1 in links.cfg:

Code:
# Notify visitors automatically when their links are validated?
$db_email_add = 1;

# Notify visitors automatically when their links are modified?
$db_email_modify = 1;

I hope this helps.