This message is a HTML formatted e-mail including doctype, html, head and body tags. All these tags are included withing the code of my page aswell, which is obviously not what I want.
What I'm looking for is a wat to replace/remove these tags, so only the code between the body tags remain.
Can anyone tell me how to do this?
The message is included with this line:
Code: Select all
{nms_getmessage msg=$messageinfo->messageid}
Code: Select all
{nms_strip msg=$messageinfo->messageid}
{nms_getmessage msg=$stipped_msg}
Thanks in advance!