This page is still a beta!

1.5. Change log

Version 0.2.0:

  1. Initial public version.

Version 0.2.1:

  1. Finnish translation added. Thanks to the translator.

Version 0.2.2:

  1. German translation added. Thanks to Udo von Eynern <udo@voneynern.de>.

Version 0.2.3:

  1. Correction to the encoding domain specified in multipart email headers.

Version 0.2.4:

  1. Documentation update.

Version 0.2.5:

  1. Dutch translation. Thanks to Vincent <cu@vincnet.nl>.

Version 0.2.6:

  1. Update to the German translation.

Version 0.2.7:

  1. Update to the Dutch translation.

  2. Integrating a modification proposed by Martin Kutschker to modify the way line breaks are applied in quoted-printable encodings.

Version 0.2.8:

  1. Correction to the use of messade-id in multipart headers.

Version 0.2.9:

  1. Easier to configure at the time of installation.

  2. The encoding to be used may be configured as quoted-printable, 8bit or base64.

  3. The use of jump URL's may be configured.

  4. The message-id is standard-compliant.

Version 0.2.10:

  1. Correction to old code which prevented preview of a newsletter being opened in a separate BE window in TYPO3 3.6+. Thanks to Robert Böttner.

Version 0.2.11:

  1. Enable the use of CURL library functions when PHP is configured with allow_url_fopen = off and when $TYPO3_CONF_VARS["SYS"]["curlUse"] = '1'. Thanks to Bertrand Mure.

  2. Enable correct setting of return path using sendTheMail function from TYPO3 3.7 class.htmlmail.php. Thanks to Bertrand Mure.

  3. Fix bug which creates a new dmail record instead of editing the newly created dmail record. Thanks to Bertrand Mure.

  4. Correct the list of pages shown under "Create a new Direct Mail from newsletter". Thanks to Bertrand Mure.

  5. Changing the dmailer cron task to a shell script and changing the way it is configured. See Cron task configuration section.

Version 0.2.12:

  1. Modify the way the message-id is constructed in order to avoid reference to t3lib_div::getIndpEnv() when dmailer cron task is executed as shell script.

Version 0.2.13:

  1. Correction: sending simple test mails did not work. Thanks to Martin Kutschker .

  2. Correction: there was a localization error (a hardcoded Spanish string). Thanks to Martin Kutschker.

Version 0.2.14:

  1. Additional extension configuration variable: Additional DB fields of the recipient. An idea of  Martin Kutschker.

Version 0.2.15:

  1. Update to Brazilian translation.

Version 0.2.16:

  1. Correction: incorrect message-id structure was causing invalid image references. Thanks to Alexander Bohndorf.

  2. Correction: simple mails were always sent with base64 encoding.

  3. Correction: png images were sent as text/html content.

Version 0.2.17:

  1. Update to Finnish translation.

Version 0.3:

  1. Update to Brazilian translation.

  2. Correction to dmailerd.phpsh. The cron task could issue error message “call to member function on non-object in ... dmailerd.phpsh” in some configurations. Thanks to Urs Weiss for this correction.

Version 0.3.1:

  1. Add XCLASS declaration in class.ux_t3lib_dmailer.php.

  2. This is the last version of this extension. All corrections and features moved into base extension : Direct Mail 2.0 for use with TYPO3 4.0+.