hum I thought this would be a no brainer.. been surfing and googling for 2 hours..
I belive the code is here:
/admin/mail.php
All I want to do is add a sig under the body..Code://Let's build a message object using the email class $mimemessage = new email(array('X-Mailer: osCommerce')); // add the message to the object // BOF: MOD - WYSIWYG HTML Area (Send TEXT Email when WYSIWYG Disabled) if (HTML_AREA_WYSIWYG_DISABLE_EMAIL == 'Disable') { $mimemessage->add_text($message); } else { $mimemessage->add_html($message); }
I know a define will be needed to be added to one of the language files (which one??)
Then I know the mail.php will need to call that define..
Any help???
thanks





LinkBack URL
About LinkBacks











Bookmarks