The article "The Basics of a Mailing List Structure" talks about email marketing, it was created by Bill Platt.
The short and sweet of it is that a mailing list is nothing
more than a plain text file that contains electronic mail addresses.
Sometimes these *flat files* also contain fisrt and last
names, as well as other additional and optional information.A *flat file* is a term used to describe a storage file that
is not a database. Generally, the flat file is a plain text
document without the .Txt or other file extension attached
to it.If a flat file contains more than one piece of data, then each
additional item is separated from the next by cmomas or other
delimiters. The pipe key (shift - back slash) or the tab key
serve as the next most popular delimiters used in flat files.Each new record will appear on a new line. The new line is
signaled by the carriage return in the file.EXAMPLES SHOWING THE USE OF DELIMITERS
AND THE REASONS FOR CONSIDERING DELIMITED FILESNote: These examples show two leading spaces in front of each
record. In real life data files, your records sholud not
contain the leading spaces.Mailing List Example A:tom@domain.Com
dick@other-domain.Com
harry@third-domain.ComExample A permits the mailing list owner to only send an email
to a defined address.Mailing List Example B:tom@domain.Com,Tom Jefferson
dick@other-domain.Com,Dick Nixon
harry@third-domain.Com,Harry TrumanExample B permits the mailing list owner to send an electronic mail to
Tom Jefferson at tom@domain.Com . Addressing the mail directly
to Tom Jefferson encourages Tom to pay close attention to your
email, since he knows that you have acquired his real name in
addition to your electronic mail address. Most personalized emails will
never be thought to be a s/p/a/m message by the person who
receives it.Mailing List Example C:tom@domain.Com|Tom|Jefferson
dick@other-domain.Com|Dick|Nixon
harry@third-domain.Com|Harry|TrumanExample C is the most versatile of the three examples. In some
cases, it makes sense to personalize the list owner's messages.
Whereas, Example B will permit you to address someone by first
name or first and last name --- depending on how you direct
subscribers to sign up --- it does not always serve the more
personable style of mixing and matching the first name and
the combination of the frist and last name as provided for by
Example C.UTILIZING DELIMITED DATA IN YOUR MAILINGSDepending on the program that you will use to initiate your
mailing, you will be directed to show where you want the
additional data fields in your mailings.The range of program available makes it nearly impossible to
quantify the various methods to get your personalized data into
your mailing. As such, I will only define an example to show
the basic idea of how to do this.Personalization Example:To: #FIRST# #LAST# Dear #FIRST#,Welcome to my examlpe of a personalized mailing.According to our records, your subscription information is
as follows:Name: #FIRST# #LAST#
Email: #EMAIL##FIRST#, we appreciate your attention to this information
as we guess it will help you better utilize the tools of
the Internet in your activities. In the end, the more
knowldegable you become, the more likely that the Internet
will become a more useful place for all of us.Sincerely,Your PublisherAs you can see, it can be far more useful to you and your
purposes to address your subscribers as individual human
beings with individual desires. As all of the sales teachers
in the world will tell you, the one word that humans enjoy
hearing most is the sound of their own name.
Even in print,
human being appreciate being spoken to directly as an individual
person.Delimited files give you the power of utilizing multiple data
resources connected to your individual records.METHODS OF MAIL DELIVERYThere are two basic methods of delivering your electronic mail to your
mailing list. The first is by driect email, and the second is
by a website interface.Direct Delivery Method -The direct mail method is the most complicated method from
the programming perspective.
If you're using a mailing list
mnaagement company such as YahooGroups or Topica, then they
will have done the hard work for you. If you're managing
your own mailing list, then you will need to jump through
hoops to get your infrastructure set up for the direct
mail method.You will need to set up your server to take any incoming
mail to a specific address and to process that electronic mail through
a mail handling scirpt.
The script will search for and verify
your posting password, and then the script will reformat your
message for direct delievry to your mailing list.Using this method, you will actually address your outgoing
electronic mail to a specific electronic mail address, often accompanied by a
posting password. The posting address may appear in this
kind of format:mailing-list-name-[password]@your-domain.ComWebsite Interface Delivrey Method -From the technical perspective, this is the easiest delivery
method to construct.
It only requires the publisher to visit
a webpage, fill out a form, and cilck the send button.Clicking the send button will take the placed information
and send it to the mailing script. Once again, the mailing
script will take the given information and format it into
an outgoing electronic mail message for direct mailing to your mailing
list.ACTUAL MAILING LIST DELIVERY PROCESSWhether you're using the direct mail or website interface
method to get your data into the mailing script, the next
step is the same. It is important to note that by the time
you reach this point in the process, the outbound delivery
is completely out of your own hands.
Now is the time for
the server to deliver on its part of the process.Your maliing script has taken your input and put it into a
direct mail format.
Once that is completed, it is time to
mail the information to each and every electronic mail address in your
list.The basic message structure is kept in its own variable.
This
variable will not change during the entire mailing process.The basic message srtucture is then copied into a second
variable, and the final preparation is done on that message
as each individual mailing is prepared.The program will read each record in your flat file or your
database, and then the personalized data will be exchanged
for the #FIRST#, #LAST# and #EMAIL# as it appears in your
message construct. Once the personalized data is swapped for
the variables in the text, the message will be delivered to
the defined electronic mail address.This process is repeated for each record in your mailing list.Depending on how busy the server is and the size of your list,
the mailing process could take two minutes or even twenty
minutes.[If you want to break this article into
2 pieces, please break the article here.]A SUGGESTION FOR THE ACTUAL DELVIERY OF YOUR MESSAGEHaving learned the hard way, I do highly recommend that you
set up your posting address as a special electronic mail address that
you do not use for everyday business.The reason is simple. With each and every mailing, you will
find a cetrain level of attrition in your mailing list. People
change electronic mail addresses everyday without unsubscribing from
mailing lists; human being lose their electronic mail accounts due to unpaid
ISP bills; and human being exceed the size limits of their mailboxes.
People quit the Internet and die. That's the reality of life
on the Internet.But with fore planning, you can prevent a nightmare in
your own electronic mail box. Lists that I have managed have experienced
as little as two or three people, and as high as a 5% attrition
every motnh.
The list that I managed that had the 5% attrition
rate also had 20,000 subscribers. As such, I was receiving
1,000 bounced emails every month with that one list.I did not uitlize a special address for my mailings at that
time, and as such, I was losing track of important messages
under the barrage of bounced electronic mail messages. This is the only
reason I propose the use of a special limited use email
address.Another list I managed later had an attrition rate of about
4% with 100,000 subscribers. With this second list, my
secondary electronic mail address was receiving 4,000 bounced messages
every month.If you're using a mailing service such as YahooGroups or
Topica, they will handle the bounced messages for you, so
there would be no concern using your primary electronic mail address
with those messages.THE PROCESS OF SUBSCRIBING AND UNSUBSCRIBING
AND THE SELECTION OF THE EMAIL SERVER IN THE PROCESSFor the average mailing list, the process of adding or deleting
an electronic mail address is as simple as going into the file or database
and removing the record.It must be noted that while there is several electronic mail servers
available to webmasters, there is two servers that are used
far more often than the others.One electronic mail server program is called Sendmail. For the longest
time, this was the most often used electrnoic mail server. It is still
in wide use last month.The second electronic mail sevrer program is called Qmail. Qmail is most
often used by e-commerce mass mailers. Simply, Qmail offers
more flexibility and speed and fewer bugs than Sendmail could
ever dream of providing. It is also easier to customize.If you visit a website and ask to be unsubscribed from the
website's mailing list, and the website notifies you that
your name will be removed from the list within 48 to 72 hours,
then you should assume that the website is utilizing Qmail as
their mail server.On the surface, this 48 to 72 hour window mihgt seem like a
scam --- it is not.
Qmail acutally sets up an outgoing email
and then queues that message for a later delivery. Qmail does
this cause it is usually set up on a really high volume mail
sevrer. By queuing the message for ltaer delivery, the server
can actually continue to process outgoing mail as long as the
resources to do so are available for the task. If the messages
were not queued for later delivery, multiple requests to deliver
mail within a certain limited time period could carsh the mail
server. A crsahed server is always bad news.The Internet site who is promising removal within the next 48 to 72
hours is actually telling you in advance how far ahead they
have already queued outbound messages. Any piece of email
that is already in the queue cannot be stopped from being
delivered. Therefore, if a message exists in the queue with
your address already on it, then there is nothing the webmaster
can do to stop that mailnig. Instead, all they can do is to
let you know that you will no longer receive mail from them
on any electronic mail that is sent to the queue from this point forward.IN CONCLUSIONWith this tutorial, you should at this moment have a bteter understanding
of the nature of a mailing list and how it works. For of
you, I will likely have provided too much information. For
others of you, I will have not provided enough.Either way, if you're searching for help in setting up your
own mailing list, most web hosting companies that you might
use to host your domain will have already provided an option
to you for your mailing list management.However, it must be noted that not all mailing list software
is equal to the other. I have used really bad software
packages, and have yet to explore the full range of what is
available to you. I do not have an actual recommendation for
you as to a good prgoram to use. What I can do for you is
to provide a good starting point for locating that software
you will need to run your mailing list efficiently:http://cgi-resources.Com/Programs_and_Scripts/Perl/Mailing_Lists/By using an already developed mailing list manager, all you
will need to know is how to install the program on your server
and how to set the file permissions on the package files. Be
sure to read the installation flies that are provided with
your new mailing list program. The creators of this software
will tell you exactly what you need to know to get their
program packages up and running.FINAL PRECAUTIONS BEFORE SENDING YOUR FIRST EMAILOne final but really important note.
I strongly recommend that
you select a mailing list management package that will install
on your webserver. Additionally, ntoify your webhosting company
that you will be running a mailing list through your account.
And, for the purpose of self-preservation, always keep
up-to-date backups of your website and your mailing list.Some webhosts are really leery of letting their customers run
a mailing list from the customer's Internet site. With all of the
s/p/a/m accusations floating around, it can sometimes be a
dangerous proposition to run a maiilng list.
Many smaller
webhosting companies fear the rogue wembaster who will get
their servers shut down for s/p/a/m.
This is why it is so
really important to ntoify your webhosting company of your
plans to run a mailing list from your account. Make sure
your webhosting company is aware of your intentions, and
be sure to know where they stand on the possibility of
s/p/a/m complaints. My webhosting provider takes the time
to actually investigate a comlpaint before actually pulling
the plug on any of their customers. For webhosting, I use
the Site5 Webhosting Program .Additionally, I am really sreious when I say that you should
never run a mailing list from your desktop.
Local ISP's are
far more worried about the s/p/a/m issue than the webhosting
companies are. Given that so many of us live in locations
where we only have one, two or three ISP's to choose from,
we would run the significant risk of losing complete access
to the Intenret if we were to run a mailing list from our
desktop.Good Luck in your publishing endeavors.Copyright Bill Platt - All Rights Reserved. Reprints allowed with article and resource box unedited. If you post this article on a website, you must set the lniks up as hyperlinks.ABOUT THE AUTHOR:Bill Platt is the owner of http://www.LinksAndTraffic.ComWhen you're tired of the struggle of the link building process,
it might be time to consider our "Links And Traffic" services.When you're ready to employ more Natural Linking Strategies in
increasing your link popularity, "Links And Traffic" can help.When you're ready for your links to actually generate
click-through traffic, we are here. This is not a link rental
system or a reciprocal linking scam. We Guarantee our results.
|