open admin/links.contact.php
find the following line of code:
below this line add the followingCode:$message = zen_db_prepare_input($HTTP_POST_VARS['message']);
Code:$html_msg['EMAIL_MESSAGE_HTML'] = $message;
Find the following code:
Change it to read as follows:Code:zen_mail($mail_query->fields['links_contact_name'], $mail_query->fields['links_contact_email'], $subject, $message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
Save the file and upload to your serverCode:zen_mail($mail_query->fields['links_contact_name'], $mail_query->fields['links_contact_email'], $subject, $message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $html_msg);


Reply With Quote
