You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,10 @@ From Test Email section, try sending a test email to yourself to make sure the c
29
29
30
30
## Development
31
31
* Install WordPress
32
-
* Clone this repository
33
-
* Create a symlink to the repository's `trunk` directory in WordPress plugins directory.
34
-
35
-
For example, if you've cloned this repository to `~/src/wordpress-sparkpost` and your WordPress is installed in `~/src/wordpress`, you should create a symlink like following
32
+
* Clone this repository to the WordPress plugins directory:
Copy file name to clipboardExpand all lines: readme.txt
+13-21
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Contributors: sparkpost, rajuru
3
3
Tags: sparkpost, smtp, wp_mail, mail, email
4
4
Requires at least: 4.0
5
5
Tested up to: 4.4.2
6
-
Stable tag: 2.1.0
6
+
Stable tag: 2.2.0
7
7
License: GPLv2 or later
8
8
9
9
Send all your email from Wordpress through SparkPost, the most advanced email delivery service.
@@ -33,34 +33,25 @@ Option 2: Install manually:
33
33
34
34
Upon successful activation, **SparkPost** will appear on the _Settings_ menu in the Wordpress Admin Panel. Click on _Settings -> SparkPost_ to open the SparkPost plugin configuration page and complete setup.
35
35
36
-
Fill in each plugin configuration field:
37
-
38
-
* **enable?**: Check this box to enable your plugin :)
39
-
* **from name**: a human-friendly name to show in 'From' headers
40
-
* e.g. your name or your site's name
41
-
42
-
* **from email**: your 'From' email address
43
-
* e.g. yourname@yourdomain.com
44
-
45
-
* **SMTP password**: A SparkPost API key with *Send via SMTP* permission
46
-
* Hint: they look like this: 39fb780c182927cde6baddab00f67676feed1beef17
47
-
48
-
For information on how to create an API key, follow the [official documentation](https://support.sparkpost.com/customer/portal/articles/1933377-create-api-keys).
49
-
50
-
Ensure your [sending domain](https://app.sparkpost.com/#/configuration/sending-domains) is properly configured within SparkPost.
51
-
52
36
== Frequently Asked Questions ==
37
+
53
38
= What do I need to start using this plugin? =
54
-
You'll need to create an account on SparkPost.com and then generate an API Key with *Send via SMTP* permission. Creating an account is completely free. Visit [SparkPost](https://app.sparkpost.com/sign-up) to signup.
39
+
You'll need to create an account on SparkPost.com and then generate an API Key with *Send via SMTP* and *Transmission Read/Write* permissions. Creating an account is completely free. Visit [SparkPost](https://app.sparkpost.com/sign-up) to signup.
55
40
56
41
= How do I create an API key? =
57
-
Follow [this tutorial](https://support.sparkpost.com/customer/portal/articles/1933377) for creating an API key. **Remember:** your API key must have 'Send via SMTP' permission to be usable by this plugin.
42
+
Follow [this tutorial](https://support.sparkpost.com/customer/portal/articles/1933377) for creating an API key. **Remember:** your API key must have *Send via SMTP* and *Transmission Read/Write* permissions to be usable by this plugin.
58
43
59
44
= How do I get further help? =
60
-
Visit our [support portal](https://support.sparkpost.com/) for help.
45
+
Visit our [support site](https://support.sparkpost.com/) for help.
61
46
62
47
63
48
== Changelog ==
49
+
50
+
= 2.2.0 =
51
+
- Add template field for selecting a SparkPost template when using HTTP API
52
+
- Allow substituion of Subject, From name in HTTP API
53
+
- Replaced anonymous function for compatibility with older versions of PHP
54
+
64
55
= 2.1.0 =
65
56
- Enable/disable tracking option
66
57
- Add support for Reply-To in HTTP Mailer
@@ -83,7 +74,7 @@ Visit our [support portal](https://support.sparkpost.com/) for help.
83
74
- Update copy
84
75
85
76
= 1.1.3 =
86
-
Richer plugin settings error messages and help text, TLS now permanently enabled
77
+
- Richer plugin settings error messages and help text, TLS now permanently enabled
87
78
88
79
= 1.1.2 =
89
80
- Shortened the plugin name to just SparkPost, added more readme copy, renamed 'SMTP password' setting to 'API key'
@@ -99,4 +90,5 @@ Richer plugin settings error messages and help text, TLS now permanently enabled
0 commit comments