Page 1 of 1

Error email notification

Posted: Wed Jan 19, 2011 7:05 pm
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

Re: Error email notification

Posted: Wed Jan 19, 2011 10:42 pm
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