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.
sending thanks email
re; sending thanks email
Relating to gbook v1.6:
Where the script sends a notification to admin,
on line 797
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.
NOTE: This is a suggestion to PHPJunkyard for consideration, and I'm in no way suggesting this modification should be attempted.
Where the script sends a notification to admin,
on line 797
Code: Select all
mail("$settings[admin_email]",$lang['t41'],$message);
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
World's shortest poem: We, see.