Error email notification

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Rens
Posts: 3
Joined: Tue Jan 18, 2011 4:27 pm

Error email notification

Post by Rens »

Script URL:
Version of script: 1.7
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:

Hello again,

Read almost all the topics, cant find the answer :(

If someone sign the guest book and the administrator reply s tot it, the sender receives a mail with the link of the message. If you follow that link, you will be redirect to the website of http://www.domain.com. How do i change that. Delete me@domain.com in settings.php. No luck

/* Your e-mail address. */
$settings['admin_email']='me@domian.com'';

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

Re: Error email notification

Post by Henrie »

You will need to change some settings in the settings.php file (if you have not done already)
Change the values to that of your actual e-mail adres and your actual website address.

Code: Select all

/* Website URL */
$settings['website_url']='http://www.domain.com/';
and

Code: Select all

/* Your e-mail address. */
$settings['admin_email']='me@domain.com';
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply