I'm sending a plain text email. There is a section in the code that does the following...
Code: Select all
if ($mail == "client") { $msg .= "Quantity: $row_2[2] - Colour: $row_2[1] - Size: $row_2[0]\r"; }
if ($mail == "brigade") { $msg .= "Stock Quantity: $row_2[2] - Colour: $row_2[1] - Size: $row_2[0]\r"; }It seems to be a length issue, as I can delete "Stock" from the second option, put it in the first, and the problem is reversed.
Any ideas?
Philip