-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Specifically, offers, but maybe others.
The problem is that the mail is marked as being in HTML format, but is actually in (mostly) plain text, so paragraph breaks are lost.
For example:
[Graphic desing for Massage?] matches a skill category you have http://timebank.sfbace.org/reqs/530 Description: Hi, I'm starting up a business making organic aromatherapy products and I need someone to design the labels. I am a certified massage therapist and am happy to swap massage for design work, unless you would rather accumulate timebank hours. It is fairly urgent as I need the labels printed in time to photograph the bottles and meet some fair application deadlines at the end of September. If interested, please email me at ericastraus@gmail.com Thanks. Requested by: Erica Straus
The solution is either to mark the mail as plain text or format it as html.
I think the former can be accomplished by changing the template from offer_notification.erb to offer_notification.text.erb, but haven't had the change to test it.