I am using php to send an email but for some unknown reason it seems to put about 3 blank linkes before printing it. Otherwise it works fine. This is my email code:
Code:mail("$email[$count]", "$subject", "===================================================== MESSAGE SENT FROM $website_title ===================================================== Hello $name[$count] Your friend, $refer_name ($refer_email) recommended you to visit our website, $website_title. You can visit this site by clicking on the link below: $in_script2 $personal ------------------------------------------------------ This message has been sent you you after $refer_name recommended you at $website_title. Website Contact Details : $your_name mailto:$your_email $website_title $in_script2 ------------------------------------------------------ ", "$mailheaders");





Bookmarks