I am putting blocks of text through a cgi programme to create an email. The text blocks have line breaks in them so I change the line breaks to '\n' before feeding the string into the cgi programme, but when the email comes out it reads the '\n' literally rather than converting it to a line break