-
Notifications
You must be signed in to change notification settings - Fork 6
/
ch006_adding-your-first-subscribers.xhtml
86 lines (86 loc) · 5.66 KB
/
ch006_adding-your-first-subscribers.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body><h1>Adding your first Subscribers
</h1>
<p>This chapter will explain how to make a <em><strong>list</strong></em> of email recipients, called <em><strong>subscribers</strong></em>, and how to send your email <em><strong>campaigns</strong></em>.
</p>
<p>phpList is a powerful tool: there are several ways to add subscribers and demographic information about them (name, location, interests etc).
</p>
<p>In this chapter we are going to cover the most basic scenario.
<br/></p>
<h2>How to get your first subscribers
</h2>
<p>The chances are, if you are planning to use phpList, you have some subscribers already. You may have a complex database of contact information, a list you exported from an application, or a simple list of emails on a sheet of paper.
</p>
<p>In this example, we will be following the progress of Ethical Pets, who we introduced in the Case Studies chapter. They will be emailing customers of their online shop. The list of emails was obtained by exporting a list of customer emails from their shop software.
</p>
<h2>Create a list in phpList
</h2>
<p>First of all you need to create a subscriber list. This will help you organize your subscribers. In phpList, you <em>must </em>have at least one list, but you can have many of them. In this example, we will create just one list called <em>The Ethical Pets Gazette,</em> which is the name of the Ethical Pets newsletter.
</p>
<p>First, navigate to <strong>Subscribers</strong> > <strong>Subscriber lists</strong> in the main menu.
</p>
<p>
<br/><img src="static/create_a_new_list_phpList_menu.png" alt="phpList how to create a list main menu" height="306" width="456"/></p>
<p>This will take you to a page which shows you all your lists. Currently you can see just one list, a system default list called <strong>test</strong>.
</p>
<p>To create a new list click the <strong>Add a list</strong> button.
<br/></p>
<p><img src="static/create_a_new_list_phpList_subscriber_list_page.png" alt="phpList how to add a list" height="361" width="600"/><br/></p>
<p>You then need to enter your <strong>List name</strong> and <strong>List description</strong> (which may be displayed publicly).
</p>
<p>In this case, you tick the <strong>Public list</strong> box too, because we want people to know about the list.
<br/></p>
<p> <img src="static/create_a_new_list_name_and_save.png" alt="phpList create a list" height="450" width="438"/></p>
<h2>Add Subscribers to phpList by copy and paste
<br/></h2>
<p>Once this page is complete, click <strong>Save</strong>. You can edit this page again later if you need to. Next we click <strong>Add some subscribers</strong>
<br/></p>
<p><img src="static/add_subscribers_phpList.png" alt="adding subscribers to phpList by copy and paste" height="202" width="467"/></p>
<p>This will bring us to the <strong>Import</strong> <strong>Subscribers by Copy and Paste</strong> page.
</p>
<p>We now need to copy our list of subscribers. In this case, the list has been stored in Libreoffice Calc. Right click the column which contains the emails and click <strong>Copy</strong>.
<br/></p>
<p> <img src="static/copy_subscribers_phpList.png" alt="copying subscribers from a LibreOffice calc file" height="438" width="460"/></p>
<p>
</p>
<p>Then, returning to phpList, we right click in the input box and select <strong>Paste</strong>.
<br/></p>
<p><img src="static/paste_subscribers_phpList.png" alt="paste emails into phpList" height="349" width="626"/></p>
<p>Finally, we click <strong>Import emails</strong>.
<br/></p>
<p>
</p>
<p><img src="static/paste_subscribers_phpList_2_1.png" alt="import emails into phpList using copy and paste method" height="405" width="428"/> 
</p>
<p>And we are informed of the results of our import,
</p>
<p><img src="static/paste_subscribers_results_phpList.png" alt="Emails imported into phpList by copy and paste" height="392" width="410"/></p>
<h2>Check it out!
<br/></h2>
<p>
</p>
<p>If we return to <strong>Subscribers</strong> > <strong>Subscriber lists</strong> in the main menu, we can see the new list and its subscribers.
<br/></p>
<p><img src="static/add_new_list_complete_phpList.png" alt="phpList sucsessful creation of new list" height="355" width="600"/><br/></p>
<p>
</p>
<h2>Asking and assuming permission
</h2>
<p>Before you start to make lists, take some time to consider who you add. A healthy email list is full of people who <em>want</em> to receive your mail: they should have given you their email address voluntarily and ideally been asked for permission before you add them to the system.
</p>
<p>There are legal requirements in some countries which reflect the importance of informed or assumed permission, for example, anti-spam laws in Canada.
</p>
<h2>Long term subscriber list health
</h2>
<p> The ideal situation is for your list members to join and leave your list as they please. You can set up<strong> <em>Subscribe pages</em></strong><em> </em>so people can subscribe themselves to your lists, and the (mandatory) <strong><em>Unsubscribe</em> </strong>link in your emails will allow people to leave if they want to. These are discussed in detail in other chapters.
<br/></p>
<p>While you may be keen to spread your message as far and wide as possible, always bear in mind that excessive, aggressive and intrusive emails can tarnish your brand. Don't become a spammer!
<br/></p>
<h2> Feedback
</h2>
<p>Discuss this chapter <a href="https://discuss.phplist.org/t/adding-your-first-subscribers-manual-chapter-feedback-and-discussion/200">here</a>.
<br/></p>
<p>
<br/></p></body></html>