hi guys
i have added the following custom message in sendmail.php. Worked great in v5.4 but im struggling to make it work in indexu deluxe v1.4
$body = stripslashes($body);
$message = ("----------------------------Another FREE contact provided by MY DOMAIN. Upgrade your listing and get even more exposure by visiting here http://www.mydomain.com/upgrade.php?pflag=retrieve&id=$lid");
$body = "$body" . "$message";
- any help would be greatly appricated :-)


