Extension Configuration

Some general settings can be configured in the Extension Configuration.

  1. Go to Admin Tools > Settings > Extension Configuration

  2. Choose mail

The settings are divided into several tabs and described here in detail:

Mail

Default recipient fields defaultRecipientFields

defaultRecipientFields
Type

string

Default

uid, salutation, name, title, email, phone, www, address, company, city, zip, country, fax, firstname, first_name, last_name

Default (comma separated) fields will be available by markers in a mail message. e.g. name as ###USER_name### or ###USER_NAME### filled with (uppercase) value of the user.

Additional DB fields of the recipient additionalRecipientFields

additionalRecipientFields
Type

string

Default

Additional (comma separated) fields that may be substituted in the mail messages.

MAIL page type number mailPageTypeNumber

mailPageTypeNumber
Type

int

Default

24

Change this number only if another extension use the same.

MAIL modules position in the side navigation mailModulePosition

mailModulePosition
Type

string

Default

after:web

If set to empty, the module will move to the end of all other modules

MAIL module page id mailModulePageId

mailModulePageId
Type

int

Default

If set, page tree navigation will be hidden in MAIL module. Here you can add the uid of the MAIL sys-folder if you only have one.

Feature

Delete unused markers in personalized mails deleteUnusedMarkers

deleteUnusedMarkers
Type

bool

Default

1

All markers/placeholder without corresponding recipient data will remove from personalized mails.

Enable notification mail notificationJob

notificationJob
Type

bool

Default

1

Allow MAIL to send notification about start and end of a mailing job.

Deactivate categories deactivateCategories

deactivateCategories
Type

bool

Default

0

Attention: If set, ALL category fields inside tt_content,fe_users,tt_address,tx_mail_domain_model_group will be disabled!

Use http connection for fetching Newsletter-Content useHttpToFetch

useHttpToFetch
Type

bool

Default

0

Even if your TYPO3 Backend is in SSL-Mode, the URL for fetching the newsletter contents will be http

Direct Mail Migration

Mapping sys_dmail_category -> sys_category directMailCategorySysCategoryMapping

directMailCategorySysCategoryMapping
Type

string

Default

Used by update wizard to migrate Direct Mail records to MAIL records. Format: 1:2,2:3,3:4 maps Direct mail category 1 to sys_category 2 and Direct mail category 2 to sys_category 3 and so on. If categories not found or set, new categories will be added.

Parent sys_category used by sys_dmail_category -> sys_category migration directMailCategorySysCategoryParentCategory

directMailCategorySysCategoryParentCategory
Type

int

Default

If the migrated categories should be attached to a parent sys_category.