Can anyone help me with the following. I've written a script that sends an HTML-based email with mail(). The emailbody is build as the script is executed ($emailbody.="etc"😉, and the result is a rather complex HTML-page. This page is send with the mailfunction mail(). The mailmessage I receive however contains series of three exclamationmarks (!!!) at regular intervals, corrupting the HTML-code. I'm not sure whether this is caused during building the complex string containing HTML-code before it is sent, or that the string/mailmessage is corrupted during it being sent.