Bug #36899
Not compatible with TYPO3 4.7 because of t3lib_htmlmail
| 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.
History
Updated by Lorenz Ulrich about 1 year ago
A patch level release would be very nice! Thanks in advance.
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