PurdueElectricRacing / FullSend

Automated email service for the Purdue Electric Racing team.
https://full-send.herokuapp.com
0 stars 1 forks source link

Newline in content doesn't create new line in email #9

Closed RyanSchw closed 5 years ago

RyanSchw commented 5 years ago

When I do newline on content form, it's ignored in the email HTML.

RyanSchw commented 5 years ago

Solved with c0b4c3a, where it just replaces \r\n with <br />