Actions
Bug #60227
closedUpdate Swiftmaler to latest version to offer signed + encrypted emails
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
With one of the later releases Swift combined Swift_SignedMessage with Swift_Message so that now it is possible to send singed + encrypted mails by using Swift_Message.
So just by updating to the latest version it is now possible to use this functionality with TYPO3 without the need of a change within TYPO3-core.
See
http://swiftmailer.org/docs/messages.html#signed-encrypted-message
https://github.com/swiftmailer/swiftmailer/blob/master/lib/classes/Swift/SignedMessage.php
Actions