Bug #50930
closedSwiftmailer default preferences
0%
Description
Dot escaping is disabled by default in typo3/contrib/swiftmailer/preferences.php.
With this preference email messages may break when using the encoding Quoted Printable.
Swiftmailer will (when using QP) break lines longer than 76 characters into a new line.
When the new line only exists of a dot character some smtp servers may see that as the end of the email and ignore the rest of the message.
This causes half emails being sent.
Therefore I would like to suggest to make this setting configurable
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
- Is Regression set to No
Hi Gert-Jan,
is this still an issue?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Mathias Schreiber)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.