"We're just a small business," you mumble apologetically. In this world where big seems better, small business owners have developed a strangely distorted self-image. Small feels ... well, inadequate. But small business is great business, and I'll tell
you why. I want to lead a grand cheer for small business owners and employees. You, my friends, are the salt of the earth.
Now I don't want to downplay the role of big corporations. We need their economies of scale to build efficient automobiles,
commercial aircraft, and a communications infrastructure. But sometimes we overlook the fact that huge businesses have serious weaknesses in areas where small businesses shine.
SMALL BUSINESSES ARE THE BACKBONE OF THE ECONOMY
The US Small Business Administration says that small businesses create two of every three new jobs, produce 39% of the gross national product, and invent more than half the nation's technological innovation. And this kind of statistic could be
repeated in country after country around the world. Just because you work for or run a small company doesn't mean you are
unimportant. Your contribution to your country's economy is huge.
SMALL BUSINESSES DEMONSTRATE THE ESSENCE OF POLITICAL FREEDOM
The ability to develop and conduct your own small business is a wonderful expression of your freedom as a citizen. You may
complain about government regulations, but the fact is that small businesses are less regulated than large firms. This gives small businesses the freedom to focus on what is really important -- caring for customers.
SMALL BUSINESSES PROVIDE BETTER CUSTOMER CARE
I'm sure you've noticed that the larger a company grows, the harder it becomes to provide good customer service. Just try to
find the right person to help you on the phone in a huge corporation -- it'll drive you batty. But when you ask for the
owner of a small business, chances are you'll be speaking to her or him within a few minutes. Marketers toss around buzzwords like "Customer Relationship Management (CRM)," but it's the small business not the megacorp that really excels at it. Small businesses know that their livelihood is based on their customers. Small is great for customers.
SMALL BUSINESSES ENCOURAGE THE PASSION NEEDED TO SUCCEED
Apathy doesn't breed nearly as well in small businesses as it does in big business. Small business owners and their workers are focused and immensely proud of what they do. Small business owners are passionate about their businesses. How many employees in bureaucratic organizations can say the same?
SMALL BUSINESSES OWNERS ARE HIGHLY SKILLED
In a small business, you have to excel at a lot of things to succeed. Small business owners and their key employees are masters of dozens of disciplines and perform their intricate balancing act like pros. So what if they wear more than one hat? Whom should we admire more -- the corporate manager or the jack-of-all-trades small business owner, whose skill-set is sharpened to a razor's edge, and who survives and succeeds and serves? My vote is with the latter.
SMALL BUSINESSES ALLOW OWNERS THE FREEDOM TO INNOVATE
Small business owners learn to be risk takers and innovators. Corporate employees, on the other hand, too often interpret their prime directive as keeping their jobs. Risk-taking can get in the way of career-building. Innovative small businesses are prize targets of larger corporations that often find it more cost- effective to acquire than to innovate on their own.
SMALL BUSINESSES CAN CHANGE COURSE RAPIDLY
Large corporations can be adverse to change, while small businesses know that their ability to make rapid decisions and
implement course corrections is their key to success. In the ocean of business, mega-corporations turn like tankers, while small businesses can zip around them with the agility of a speedboat.
SMALL BUSINESSES CAN BE QUITE PROFITABLE
Small business is not a synonym for small earnings. In fact, many small businesses are extremely profitable. Their advantages of leanness, maneuverability, innovation, and customer focus mold them into steady enterprises that earn a significant return on investment year after year after year.
Being big isn't a worthy goal. But delivering top customer service, a passion for excellence, a willingness to dream and
create, and the freedom to make timely decisions -- these are worthy of acclaim.
Small businessperson, I salute you for your dedication, your intelligence, your business acumen, and your contribution to
society. Be proud of your small business. Stand tall, free, ... and unapologetic. Don't offer excuses for the size of your
business. Small businesses make the very biggest impact of all!
REVIEW MAILLOOP 5.0
By Dr. Ralph Wilson
Mailloop 5.0: Business Automation Software
The Internet Marketing Center/Mailloop Software
1123 Fir Ave
Blaine, WA 98230
US $397 sales@mailloop.com
http://www.marketingtips.com/mailloop/t.x/15267/
Mailloop is a popular e-mail automation program marketed effectively by Corey Rudl through a broad list of affiliates (of
which I am one). The program allows you to set up multiple newsletters and autoresponders, extract data from form-generated e-mails, handle bounces, subs, and unsubs, and manipulate lists in
a number of ways.
The program is made up of three major components: (1) List Processor, (2) Outgoing Email Processor, and (3) Incoming Email Processor.
LIST PROCESSOR
The list processor allows you to perform various kinds of functions on text file e-mail lists -- sort by any field, removed
duplicates, clean up improperly formatted lines in the mailing list, verify the existence of domains (removing invalid domains),
split large lists into smaller units, combine smaller lists into a larger list, exclude specified e-mail addresses or domains from
future e-mails, etc.
DATABASES VS. LISTS
I'm in the process of promoting my Doctor Ebiz(r) Internet Marketing Seminar in five US cities this winter and spring
(www.wilsonweb.com/seminar), so I decided to send out an e-mail to the California residents in my contact and customer list. Over the past two or three years I've added hundreds and hundreds of names of friends, business contacts, clients, and vendors to this database, carefully noting e-mail address as well as physical addresses.
Unfortunately, Mailloop can't work directly with sophisticated databases -- that is, organized lists of data records that are
managed by specialized database management programs such as Microsoft Access, FoxPro, or FileMaker Pro. Instead, Mailloop requires that you export data from your database which is then imported into Mailloop for processing and e-mailing. This means that if one of the e-mails happens to bounce, or you get an e-mail from one of your mailings indicating a new address, there is no way to automatically update the original database. You would need to take the bounce information from a file generated by Mailloop and then manually go into your database to make changes to your permanent records. It would be much preferable if Mailloop would work with your existing database files using an ODBC driver, rather than forcing you to export, import, and manually update.
Mailloop works with data that is formatted as quote and comma delimited text files. I found that it took a bit of editing to
export my files from MS Access or Excel in the required format. I can export these programs to CSV files, but this format doesn't contain quotes around every field. So I ended up exporting tab- delimited text files. Then I opened the file in MS Word, named the fields in the first line, and did a search-and-replace to insert "," for every tab, etc. It took me a while to get it just right.
Another implication of Mailloop's lack of database support is the record selection features. E-mail list handling programs that work with modern databases (as opposed to text files) are able to use Standard Query Language (SQL) to select a deliberate set of records. Let me give you an example. I wanted to select all the records with "CA" in the state field and an actual e-mail address, but exclude my church contacts. An SQL request would be:
SELECT Contacts.FirstName, Contacts.LastName,
Contacts.BusinessState, Contacts.EmailAddress, Contacts.Categories
FROM Contacts
WHERE (((Contacts.BusinessState)="CA") AND
((Contacts.EmailAddress)>"") AND ([Categories] Not Like "*Church*"));
That looks pretty complex, but using an Access Query you can do most of this by menus and simple commands -- all without
destroying the integrity of the original database.
Mailloop's filter, on the other hand, works one selection at a time, with each new selection whittling down the size of the list
further and further until only the desired selections remain. I started with about 1600 records but the final list -- a subset of
my contact and customer database -- is now just over 200. I'm no longer working with the original database.
OUTGOING EMAIL PROCESSOR
I was disappointed with the second module, the Outgoing Email Processor. You have to select either text or HTML e-mails. There is no way to send out text and HTML in multi-part MIME as the better programs allow you to do. Nor is there any internal editor. You must prepare your message with a word processor or HTML editor and then paste it into the box.
When you get ready to send your e-mails there is no test mode. I had to set up a separate list of 2 or 3 test e-mail addresses.
When I had everything right, then I switched over to my main list. Nor is there any preview window that shows you how the e-mail looks before you send it out. Nor does Mailloop help you catch e-mail merge mistakes.
When I prepared my message I forgot the exact name of my merge field. In one line I called it [FirstName] and in another line I referred to it as [First]. Mailloop didn't stop and tell me I had a mistake as does Gammadyne Mailer. I just have to rely on good eyes reading the test e-mails very carefully.
I am also concerned that Mailloop doesn't allow you to save a common project configuration so that you can go back a week or two later for the next mailing. Mailloop takes one list at a time, but configurations are not saved as they are in the Incoming Email Processor module.
In its favor, Mailloop does send out e-mails fast, using as many multi-threaded channels as you like. You can designate separate locations for the successful and the unsuccessful e-mail logfiles. You can set up Mailloop to send e-mails either through your ISP's SMTP mailserver, or have Mailloop bypass your ISP and send e-mails directly to the recipient. Unlike some programs, Mailloop does allow you to put merge fields into the subject line. I put the recipient's first name and city in the subject line to increase the chances of the e-mail being read.
A window displays a running log of what is happening, and you can pause at any time. Error recovery is manual -- you read the log to see which e-mail you stopped on, and resume from there by deleting the e-mail addresses already sent.
INCOMING EMAIL PROCESSOR
Mailloop has a pretty nifty Incoming Email Processor module that checks whichever POP e-mail boxes you designate. Mailloop can work with several newsletters, each of which is using the same POP e- mail address. For each newsletter the module looks for commands to subscribe or unsubscribe, and adds to or removes from the lists in question. Each newsletter can be set up with multiple filters. The module scans each e-mail looking for keywords in its various filters. If it spots a keyword, then it performs the function associated with that keyword. For example, if it spots the word REMOVE in the subject line, it knows to remove the e-mail address from the list.
This can be quite powerful. Let's say you set up an online HTML form that sends formatted e-mail to your POP e-mail box. A person might check a box to receive more info, which would place the keywords "Product 5192" in the body of the e-mail message. When the incoming module spots the phrase "Product 5192" it automatically autoresponds with a specific e-mail message containing more information. With multiple filters you can set up your processor to provide a great deal of information upon demand.
At the same time, the program extracts the e-mail address, and perhaps the name, address, city, state, postal code, and telephone number, and places those in your text file list for future friendly phone follow-up.
Now all this takes a bit of getting used to. Mailloop doesn't force you to learn a programming language, but requires careful
attention to the syntax of the filter words, and isn't automatic or complete.
Incoming Email Processor can be set to run in the background, checking your e-mail box every few minutes and responding
immediately with the proper action, information, or subscription command. Your computer doesn't have to be connected to the Internet at all times. It can be programmed to log on, receive and send e-mail, and then log off automatically.
HELP FILES
Mailloop's help support is mixed. You can download a PDF version of the manual or view it online in HTML format. There are no context-sensitive windows like many programs have. The online manual lacks a search feature, so if you're looking for a particular item that isn't immediately obvious, you have to manually scroll through every page to find it.
I was quite impressed by the video files available to learn Mailloop. Since I have DSL, it didn't take long to download 60 MB
of files. I unzipped them, installed a plug-in to read the format, and was then able to listen to the narrator describe the functions while I watched them be carried out in the demo application. The video follows the manual rather closely, but is quite useful for those who learn better from hearing and watching rather than reading.
In addition to the online manual, you can contact tech support via live chat. However, this requires downloading a small Java
application (which didn't install correctly on my browser, for some reason). Another alternative is e-mail support. Phone support is available from a 900-number for $1.99 per minute.
BOTTOM LINE
If your main use for an e-mail list handling program is to send e-mails to large lists or maintain some e-mail newsletter lists,
Mailloop has many attractive features, especially if you have a fast connection to the Internet. If you want to set up a series of e-mail autoresponders that harvest information for future e-mailings, Mailloop is great. But if you are seeking to e-mail to a
customer list that is maintained in a separate database or spreadsheet, you'll be frustrated with Mailloop. Link to learn more about purchasing Mailloop http://www.marketingtips.com/mailloop/t.x/15267/