DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Direct Mail Salutation

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2010-06-03T21:17:03
Author:Robert Heel
Email:rheel@1drop.de
Info 3:
Info 4:

img-1 img-2 EXT: Direct Mail Salutation

EXT: Direct Mail Salutation

Extension Key: ods_dm_salutation

Copyright 2010-2011, Robert Heel, <rheel@1drop.de>

Onedrop Solutions GmbH & Co. KG

Sudetenstraße 26

93073 Neutraubling

www.1drop.de

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Direct Mail Salutation 1

`Introduction 3 <#__RefHeading__772_1969339963>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#__RefHeading__780_1969339963>`_

Set salutation marker 4

Set salutation 4

Set default salutation 4

Introduction

What does it do?

Specify different salutations depending on the gender.

Screenshots

Backend

img-3

Users manual

Set salutation marker

Place the marker “###SALUTATION###” in the newsletter template or in the newsletter text.

Set salutation

You can change the salutation in the page properties as shown in the screenshot above.

Set default salutation

Set the default salutation in the page TSconfig of your newsletter folder.

This configuration would be copied on page generation into the page properties:

TCAdefaults.pages.tx_odsdmsalutation_g = Dear Sirs
TCAdefaults.pages.tx_odsdmsalutation_n = Dear ###USER_name###
TCAdefaults.pages.tx_odsdmsalutation_m = Dear Mr. ###USER_name###
TCAdefaults.pages.tx_odsdmsalutation_f = Dear Ms. ###USER_name###

This configuration would set default values if page properties are empty:

tx_odsdmsalutation.general = Dear Sirs
tx_odsdmsalutation.neutral = Dear ###USER_name###
tx_odsdmsalutation.male = Dear Mr. ###USER_name###
tx_odsdmsalutation.female = Dear Ms. ###USER_name###

4