Actions
Bug #50930
closedSwiftmailer default preferences
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-08-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions