Page 1 of 1
sending thanks email
Posted: Sun Mar 04, 2007 12:12 pm
by jaap
Script URL:
Version of script: 1.5
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Question 1 :
In version 1.5 is it possible to send a " thanks " email to the person who posted a message
Question 2 :
To send an email to the person who posted when admin replies to a message ?
Jaap.
Posted: Sun Mar 04, 2007 6:51 pm
by Henrie
Hello Jaap,
The answer to both your questions is no.
At least not without modifying the gbook.php file.
Greetings,
Henrie
Posted: Sun Mar 04, 2007 8:17 pm
by jaap
Hallo Henrie,
When is your version of gbook coming ?
At least it can send a thanks email.
Jaap.
Posted: Sun Mar 04, 2007 10:04 pm
by Henrie
Hello Jaap,
That will take some time because I'm busy with other things right now. So do not expect an updated version within a month or so.
Greetings,
Henrie
re; sending thanks email
Posted: Mon Jul 13, 2009 9:35 am
by puniksem
Relating to gbook v1.6:
Where the script sends a notification to admin,
on line 797
Code: Select all
mail("$settings[admin_email]",$lang['t41'],$message);
could the $email variable not be added to the code? so instead of the the guestbook owner receiving a notification email, the poster receives one instead.
The guestbook owner would also have to modify lines: t41 ~ t42 and t43 in the language.inc.php file.
Code: Select all
$lang['t41']='Someone has just signed your guestbook'; // <-- This is e-mail subject
$lang['t42']='Hello!';
$lang['t43']='Someone has just signed your guestbook!'; // <-- This is text inside e-mail
NOTE: This is a suggestion to PHPJunkyard for consideration, and I'm in no way suggesting this modification should be attempted.