Notifying the user of an answer.

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
osyluth
Posts: 2
Joined: Thu Aug 05, 2004 1:59 am

Notifying the user of an answer.

Post by osyluth »

I would like that my FAQ page sends out an email to notify the user who submitted a question that i just approved the answer to that question.

Now i looked at the code and realised how noob i am in php. It should be fairly simple. Something like adding

Code: Select all

mail($IDN->encode(...)); 
line to admin/record.add.php (probably somewhere around line 30). But i don't understand a thing in php and can't get it to work. :cry:

could anyone help me? btw i am using 1.4.0a
thanx!
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

this is planned for one of the next versions.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
osyluth
Posts: 2
Joined: Thu Aug 05, 2004 1:59 am

Post by osyluth »

Thanx Thorsten (for the reply and for making this package greater and greater...)
Post Reply