The Direct Mail configuration properties are set in the Page TSConfig of the Direct Mail folder under key mod.web_modules.dmail.importer.
The following properties set default values for corresponding properties of the direct mail's importer. These properties of direct mail's importer determine the configurations.
Property: | Data type: | Description: |
|---|---|---|
storage | integer | PID of the target SysFolder, in which the recipients will be imported. |
remove_exisitng | boolean | Remove all Addresses in the storage folder before importing [0,1] |
first_fieldname | boolean | First row of import file has fieldnames [0,1] |
delimiter | string | Field delimiter (data fields are separated by...) [comma, semicolon, colon, tab] |
encapsulation | string | Field encapsulation character (data fields are encapsed with...) [doubleQoute, singleQoute] |
valid_email | boolean | Only update/import valid emails from csv data. [0,1] |
remove_dublette | boolean | Filter email dublettes from csv data. If a dublette is found, only the first entry is imported. [0,1] |
update_unique | boolean | Update existing user, instead renaming the new user. [0,1] |
record_unique | string | Specify the field which determines the uniqueness of imported users. [email, name] |
inputDisable | boolean | Disable all of above input field, so that no user can change it. [0,1] |
resultOrder | string | Set the order of import result. Keywords separated with comma. [new, update, invalid_email, double] |