Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Make stripping of linefeeds in the form-email optional #1959

Closed
ghost opened this issue Nov 29, 2011 · 2 comments
Closed

Make stripping of linefeeds in the form-email optional #1959

ghost opened this issue Nov 29, 2011 · 2 comments
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Nov 29, 2011

The TYPOl.. Contao (*mumbletomyself' contao contao contao...) Form strips all carriage returns and line feeds from the test to be sent as email.

This behaviour should be at least restricted to strip double line feeds or even better should be switchable altogether as most users need to have structured email content for longtext fields or catalognotelist fields for example.

--- Originally created by xtra on May 16th, 2010, at 05:33pm (ID 1959)

@ghost ghost assigned leofeyer Nov 29, 2011
@leofeyer
Copy link
Member

Implemented in 173ca70. However, to make e-mails in CSV format work, I had to add delimiters to the CSV file.

name;email;message
John Doe;john@doe.com;This is the message

From version 2.9, the CSV file will look like this:

"name";"email";"message"
"John Doe";"john@doe.com";"This is the message
which now supports
line-breaks"

I highly doubt, however, that anyone uses the CSV or XML format to automatically process data :)

--- Originally created on May 28th, 2010, at 10:57pm

@leofeyer
Copy link
Member

--- Originally completed on May 28th, 2010, at 10:57pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant