Problem/Motivation
On my production server the emails being sent when a user registers for an event (or cancels, etc...) are being sent without any line breaks. I've tried some different markups (
,
, wrapping as paragraphs) but can't seem to get the breaks to remain. Oddly enough, emails my server sends for account related matters, like registering for a new account, include line breaks correctly. Even ,ore odd is that on the test install I have setup of Intercept the event related emails don't have this issue (line breaks are included just fine)? I've been trying to poke around and figure out what I have set differently between the two sites and I have not been able to find what I might need to change in order to correct this. Any pointers?
Comments