1.8.0
1.8.0 (9. August 2023)
- Apply the
nl2br()
function on the intro and outro text within the default email compose function. This ensures that all newlines are transformed into<br />
tags, unless you choose to override the default behavior by implementing your own custom logic using the'emailMessage' => function(SubmissionEmail $email, Forms $forms) {}
function.