Actions
Feature proposal #9128
closedImplement parameter to turn off email linebreak conversion
Description
When sending an HTML email plaintext linebreaks are converted to HTML linebreaks. Implement a global parameter to turn this off or maybe just implement an API option to turn it off so it's skipped for WYSIWYG based emails (e.g. Mass Mailer).
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1861
This is just a new mailer property that can be set from the API to force conversion off or on (default on). For Mass Mailer it will always be forced off.
Actions