How do you add a Carriage Return to an email?

How do you add a Carriage Return to an email?

This is probably a really stupid question. However, I would like to get some help in sending an email that says:

"Hello " + input.Name + ",\n Thank you for your interest in our Company. We have recieved your message and will attempt to fulfill your request as soon as we can. \n \n " + "Our Team."

with the \n's being new lines. Somehow, everything stays on one line and I can't find any documentation on it on the Deluge help.