Ad d Names(Name adding)
The operation enriches the address list with the email boxes users names from
the lists. Take two files, for example, root file contains the following lines:
"JS" <jsmith@email.com>
jane@email.com
"Mr. Andrian" <andrian@email.com>
and file with names contains:
"John Smith" <jsmith@email.com>
"Jane Loran" <jane@email.com>
andrian@email.com
After the enriching operation completion the result will be as follows:
"John Smith" <jsmith@email.com>
"Jane Loran" <jane@email.com>
"Mr. Andrian" andrian@email.com
It's possible to choose one of three operation modes:
- enrich without names - to enrich only those addresses that have no names
at all;
- choose the longest name - to enrich the addresses by choosing from two possible
names the longest one (in our case, we can see the enrichment of "JS"<jsmith@email.com
and jane@email.com);
- enrich all possible - to substitute/replace all names that could be replaced.
Applying the 3rd mode the replacement will not be made only in case when addresses
in file with the names doesn't contain name at all (here, the address "Mr.Andrian"andrean@email.com
will not be replaced by andrean@email.com applying non of 3 modes).
The operation provides the possibility of making a final list of 2 types:
Type 1
jsmith@email.com, John Smith
jane@email.com, Jane Loran
andrian@email.com Mr. Andrian
Type 2
"John Smith" <jsmith@email.com>
"Jane Loran" <jane@email.com>
"Mr. Andrian" andrian@email.com
the selection is made with the help of radio-keys at the "file type"
field.

Next operation
Technical support
Registration details
Email management software
|