Closed (fixed)
Project:
Contact Emails
Version:
8.x-1.12
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2017 at 16:53 UTC
Updated:
17 Mar 2017 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
scott_euser commentedHi Ricky,
Line breaks should appear when you allow html emails to be sent. If you use the smtp module, it is this box in the configuration:
If you use mailsystem with swiftmailer, in the swiftmailer configuration it is under 'messages', either:
or:
Hope that helps!
Scott
Comment #3
pukku commentedHi! I'm not using any extra modules -- it sends emails without extra modules, why do I need to have an additional module? Is there some way to make it send plain text emails? Looking through the module, it seems like the content-type is hard coded to 'text/html'...
Comment #4
scott_euser commentedChanging this to feature request. Quick patch attached, please let me know if it works for you.
Comment #6
scott_euser commentedRemoved dpm and committed on dev branch (not released)
Comment #7
pukku commentedHi! I apologize for taking so long to get to this -- I got taken onto another project, and have only just now come back around to this. I'm happy to report that this worked for me, except that it has a `dpm` in it, but I can remove that (I think; I'm using composer, so hopefully manually changing things won't break everything...)
Many thanks for fixing this so quickly, even if I wasn't able to actually take advantage of that...
Ricky