Yeah, you've got double line breaks. After each \r\n, you have a hard enter inside the string, so PHP sends that enter along with it.
Either combine this all onto one line of code, or use periods to concatenate differenet string pieces for each line.