Version 1.2.0
The complete changelog is available on Forge.
Features
Tx_Formhandler_Mailer_TYPO3Mailer
There is a new mailer for Finisher_Mail using the TYPO3 mail classes introduced in TYPO3 4.5.
This is how you tell Finisher_Mail to use the new mailer:
finishers {
1 {
class = Finisher_Mail
config {
mailer.class = Mailer_TYPO3Mailer
...
}
}
}
Bug fixes
Frontend
- ISSET subparts failed with more than 2 conditions
- Plain text emails contained HTML entities
Backend
- Fatal error fixed when trying to export CSV files with more than one format
