Ok, so for some reason I can’t get my email to format correctly. No matter what I do it is not making new lines and is leaving in the /n
My code looks like this:
$msg = “$name is looking to record “.”$looking_to_record “.”/n”.
“Time expected $time “.”/n”.
“Other relevant information: $textarea2 “.”/n”;
I’ve read that the double quotes should recognize the escape character and format this correctly, but for some reason this is not the case,
any suggestions?