sending thanks email

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
jaap
Posts: 54
Joined: Sat May 06, 2006 1:54 pm

sending thanks email

Post 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.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello Jaap,

The answer to both your questions is no.
At least not without modifying the gbook.php file.

Greetings,
Henrie
jaap
Posts: 54
Joined: Sat May 06, 2006 1:54 pm

Post by jaap »

Hallo Henrie,

When is your version of gbook coming ?

At least it can send a thanks email.

Jaap.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post 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
puniksem
Posts: 47
Joined: Thu Nov 01, 2007 12:25 pm

re; sending thanks email

Post 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.
World's shortest poem: We, see.
Post Reply