CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #36899

Not compatible with TYPO3 4.7 because of t3lib_htmlmail

Added by Loek Hilgersom about 1 year ago. Updated 12 months ago.

Status:Resolved Start date:2012-05-06
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:- Spent time: -
Target version:-
Votes: 1 (View)

Description

ods_ajaxmailsubscription uses deprecated class t3lib_htmlmail for sending email.
This class no longer exists in 4.7 and should be replaced by t3lib_mail_message using swiftmailer.

See attached patch.

use_swiftmailer.diff - Patch to replace t3lib_htmlmail by swiftmailer (2.4 kB) Loek Hilgersom, 2012-05-06 23:14

History

Updated by Lorenz Ulrich about 1 year ago

A patch level release would be very nice! Thanks in advance.

Updated by Robert Heel 12 months ago

  • Status changed from New to Resolved

Thanks for the patch!

Updated by Lorenz Ulrich 12 months ago

This change made the reply-to name and mail implictily mandatory since you don't evaluate if it's filled in. Existing installations will break with a fatal error.

Was that intended?

I would suggest

- not to make reply-to and reply-name mandatory
- make from e-mail and from name mandatory in flexform

Updated by Robert Heel 12 months ago

Fixed in the next version

Also available in: Atom PDF