I'm sending a plain text email and was wondering how I add a line break to this. It's showing up on on the same line.
From: <%= @name %>
<%= @text %>
Thanks
I'm sending a plain text email and was wondering how I add a line break to this. It's showing up on on the same line.
From: <%= @name %>
<%= @text %>
Thanks
or if you're sending html email:
so:
I could be completely wrong, but isn't it a simple \n ?
In double quotes and inside '<% %>'.
Otherwise it's considered as simple text.