Trouble shooting
Problems with sending mails from feedback or Tell-A-Friend form?
May be your server is very restricted and won't send out messages with other "from" addresses than your webmaster address from your domain. If so, please put in the fields
eMail webmaster and eMail contact form in the admin area of the script under config
your webmaster address of your domain (webmaster@yourdomain.com). Substitute yourdomain.com with your domainname.
CONFIG eMail webmaster and eMail contact form
After this, edit the two following files of the script with a simple texteditor (i.e. with notepad -> open the file from notepad, do not double click it to edit):
feedback.php
recommend.php
and delete in line 33 the char # from the beginning of the line, so that there will be
$from = $CONFIG['email_feedback'];
instead of
#$from = $CONFIG['email_feedback'];
Save the files and replace it on your server. This could fix your mail send problem.
See also:
Emails Take up to 2 Days for delivery
Warning: mail(): SMTP server response: 553 Requested action not ...
How to add more subjects in the feedback form ...
Last update: 2006-02-03 03:08
Author: Markus
Print this record
Send to a friend
You cannot comment on this entry