![]() |
|
Preparing Email Extractor for Work |
Managing Email ListsEmail List Types There are two types of Email Lists -
Online and Offline. Online lists are not stored on your local
computer, rather they reside on internet server. Online
lists are useful when you keep a database of, e.g., your
visitors/customers email list, where people can
subscribe, unsubscribe or manage their preferences (e.g.
define which mailings they'd like to receive). In the
program, only references (URLs) to these lists are
stored. When you wish to send mass emails and select an
online list to send messages to, the program loads the
entire list every time before sending a message. This
ensures that you send messages to the latest instance of
your lists (e.g. some people may have (un)subscribed
since your last sending). These lists can be both static
and dynamic. Static lists are regular text files with
one email per line. For example, you can have a file
customer_emails.txt stored on your server. The file
format should be as following: Dynamic lists are generated with some
server script (e.g. Perl or PHP) from a database. In
this case, the output of these scripts must be again a
text file (with content type header of TEXT/TXT), with
one email per line. Sample Perl script that generates
such output is below: URL of this list may be
Offline lists Offline lists are stored on your local
computer. Once you create an offline list, you have to
give it a name (e.g. "My Customers"). After that, you
have three options to add emails to the list. You can
add results of your seek job(s), import offline text
file or import online list. If you are importing a text
file, it must be formatted one email per line. If you
are importing an online list, it should return TEXT/TXT
content with one email per line (exactly like in section
"online lists") above. Order
online ($49) © Loris Ltd. 2001-2004. All rights reserved.
|