BreakHere…
I wonder if it is possible to write something like %20 (which stands for a space) for a line-break as well. So I want to have seperate lines
You should use a carriage return %0D and line feed %0A
create email
This is defined in RFC2368 and is the only valid method of generating a line-break.