i_reach 3.2.4 → 3.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +0 -1
- data/app/views/i_reach/welcome/index.html.erb +26 -26
- data/lib/i_reach/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c42d82d59d74237411270808925ec84d0312e3e
|
4
|
+
data.tar.gz: 9e09b32c13b883a01556336dd8490de334d033e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 900fc98a3ad58dc027d0f4b270109edb29e5ed5457d86b302dacbbd812fe648025ebf60048f5f6dc0b9dc40978bcbba5e25ea1a00e8570192d08006ac3a1a55f
|
7
|
+
data.tar.gz: 641488290042a68e97d8b8d6959329c271f2a93d12e008e18578c22af9cc77900b46c743444b5d272ea043c3430ced1ad138325e557070d6fe1a414a59e1837f
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
<p><b>Welcome to the administrative interface for IReach.</b></p>
|
2
|
-
|
2
|
+
<p><a href="http://ireachnews.com" target="_blank">Detailed Documentation Here</a></b></p>
|
3
3
|
<p><b>Steps to create a newsletter</b>
|
4
|
-
<
|
5
|
-
<li>Select
|
6
|
-
<li>
|
7
|
-
|
8
|
-
<li>
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
<li>Enter your Title text, Title Font Size, Subtitle text, and Subtitle Font Size values and select "Submit"</li></ul></li>
|
15
|
-
<li>Next add articles to your newsletter
|
16
|
-
<ul><li>Select "Add Element" next to the Main area "Article" element</li>
|
17
|
-
<li>Browse and select any images for the left and/or right image.</li>
|
18
|
-
<li>Cut and paste the article content from your text editor (notepad probably).</li>
|
19
|
-
<li>When you're done, select "Submit" to create the article.</li></ul></li></ul></li>
|
20
|
-
<li>When you're done editing the newsletter, the next step is to create a Mailing</li>
|
21
|
-
</ul></p>
|
4
|
+
<ol>
|
5
|
+
<li>Select Newsletters from the navigation menu.</li>
|
6
|
+
<li>You will be presented with a list of existing newsletters you can 'Publish/Un-Publish', 'Edit', or 'Delete' as well as the 'New Newsletter' button to create a new newsletter.</li>
|
7
|
+
<li>From the newsletter list at 'Newsletters', you can 'Publish/Un-Publish' your newsletter. Published newsletters are displayed at the url / by default.</li>
|
8
|
+
<li>When you select the 'New Newsletter' button, you will be presented with a form to select a design to use for this Newsletter, and enter a Name for the Newsletter which you will use to identify the Newsletter when creating a Mailing.</li>
|
9
|
+
<li>Once you have submitted the initial selections to create a new Newsletter (or have selected 'Edit' for an existing newsletter from the newsletters list) you will be presented with the WYSIWYG interface to compose the Newsletter contents.</li>
|
10
|
+
<li>There is a dropdown selection of elements for each area in the newsletter design.</li>
|
11
|
+
<li>Select an Element to add to the Newsletter and click [Add Element]. This will load the form to populate the element. Text type fields will appear as text boxes, Textarea type fields will appear as text areas, and Inlineasset type fields will provide both a text field in which you could enter a url and an upload field where you could browse for an asset. Complete the fields in your Element and click [Submit].</li>
|
12
|
+
<li>You are then returned to the WYSIWYG Newsletter editor. After you have several Elements in an Area, you may drag the Elements in the interface within the element's area to order them. You will also notice that when you mouse over an Element a top tab will display the Delete and Edit links allowing you to manage the elements composing the newsletter.</li>
|
13
|
+
</ol></p>
|
22
14
|
|
23
15
|
<p><b>Steps to create a mailing</b>
|
24
|
-
<
|
16
|
+
<ol>
|
25
17
|
<li>Select "Mailings" from the left menu</li>
|
26
|
-
<li>Select the "
|
27
|
-
|
28
|
-
|
29
|
-
<li>
|
30
|
-
<li>
|
18
|
+
<li>Select "Mailings" from the "Mailing" submenu</li>
|
19
|
+
<li>Here you will be presented with a list of prior Mailings.
|
20
|
+
<ul>
|
21
|
+
<li>You may select [Send Test] to send a test message to an email address you enter.</li>
|
22
|
+
<li>If the Mailing has not been sent (Status = pending or scheduled), you may select [Edit] to edit the Mailing or you may select [Schedule] to schedule the Newsletter to be sent at the scheduled time.</li>
|
23
|
+
<li>If the Mailing has been sent, you can select [Messages] to view a list of contacts with various statuses based on the success or failure of the email message sent to them, or you may select [Bounces] to view a list of bounced emails.</li></ul></li>
|
24
|
+
<li>Select the "New Mailing" button</li>
|
25
|
+
<li>When creating or editing a Mailing, a Mailing has the following attributes:
|
26
|
+
<ul>
|
27
|
+
<li>Email subject - This will allow you to identify the mailing in the Mailing list.</li>
|
28
|
+
<li>From email address - This sets the from email address when the Newsletter is mailed. This can be in the format: "Some Name" <email@address.com> allowing you to have an alias for the email address. The default value is configured in /config/mail_manager.yml.</li>
|
29
|
+
<li>Select a newsletter - Select your Newsletter name from the list.</li>
|
30
|
+
<li>Send emails at - Select a date and time to send your Newsletter. NOTE: The mailing will initially be created with a status of "pending". It will be necessary to select the [Schedule] button to trigger sending the email at the scheduled time.</li>
|
31
31
|
<li>If you uncheck the "Include images" checkbox, the email will be sent with links to the images on the web site and the user will need to select "Load images" in their email program to view the images. Otherwise the images are sent with the email as attachments.</li>
|
32
|
-
<li>Select the checkboxes for the
|
32
|
+
<li>Send to these mailing lists - Select the checkboxes for the lists you wish to include in your mailing.</li>
|
33
33
|
<li>When you're done, select "Submit" to create the mailing</li></ul></li>
|
34
34
|
<li>At this point the mailing is "Pending"</li>
|
35
35
|
<li>You should send yourself a test email using the "Send Test" button</li>
|
data/lib/i_reach/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i_reach
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lone Star Internet
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-04-
|
12
|
+
date: 2015-04-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
205
|
version: '0'
|
206
206
|
requirements: []
|
207
207
|
rubyforge_project:
|
208
|
-
rubygems_version: 2.4.
|
208
|
+
rubygems_version: 2.4.3
|
209
209
|
signing_key:
|
210
210
|
specification_version: 4
|
211
211
|
summary: Newsletter and Mailing List manager
|