I have a PHP library setup as following.
define(‘EmailOnBuy’, "<img src=http://www.****.com/thanksheader.png alt=Thanks for Shopping with ***! border=0 />
Thank you, the order has been accepted, any items to be shipped will be processed as soon as possible, any items that can be downloaded can be downloaded using the links on this page.
\rAll prices include tax and postage and packaging where applicable.
\rYou ordered these items:
\r");
Problem is this does not load the page or the email wont send out using PHP Mail() is this the correct coding for this?