PluginProbe
SocketLabs / trunk
SocketLabs vtrunk
trunk 1.2.1 1.2.2
socketlabs / README.md

README.md in SocketLabs trunk, at README.md

66 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # SocketLabs WordPress Plugin
2
3 The SocketLabs WordPress Plugin allows you to easily send email generated by WordPress through the SocketLabs Email Delivery Service.
4
5 ## Description
6 SocketLabs is a cloud-based email delivery platform built to help you send your marketing and transactional email from one platform. SocketLabs provides optimized email delivery at scale, real-time tracking and analytics, reliable Email APIs for developers, and a suite of Email Marketing Tools that will make sending your next email campaign a breeze.
7
8 The SocketLabs WordPress Plugin allows you to easily route email generated by WordPress through SocketLabs rather than the default wp_mail() function that WordPress provides.
9
10 Use the SocketLabs plugin if:
11
12 * Your mail from WordPress is failing to be delivered and you need an easy way to get your email to the inbox.
13 * You're looking for better Inbox placement over an optimized email network.
14 * You would like to get more insight into the performance of your email from our detailed reports in the SocketLabs Control Panel.
15 * Your Wordpress instance has been blacklisted and you need to get your mail flowing again.
16 * Your Wordpress site is exceeding the number of emails allowed by your ISP.
17
18 By using the SocketLabs plugin, you can finally take advantage of improved deliverability from WordPress, while benefiting from our powerful delivery platform that's built to get your emails to the inbox. And in your SocketLabs Control Panel, you'll be able to take advantage of our expanded feature set, including in-depth tracking and analytics, a Drag and Drop Email Designer, list management, and so much more!
19
20 For more details, please visit our official documentation here:
21 https://www.socketlabs.com/blog/configure-wordpress-plugin/
22
23 ## Downloads
24
25 * Plugin: https://download.socketlabs.com/wordpress-plugin/socketlabs.zip
26 * Source: https://github.com/socketlabs/wordpress
27
28 ## Installation
29 * Upload and enable the \"Socketlabs\" plugin through the 'Plugins' menu in WordPress.
30 * Activate the plugin using the \"Socketlabs\" menu in WordPress.
31 * Add your api key and server id in the \"Options\" page.
32
33 ## Frequently Asked Questions
34
35 **How is this plugin used**
36
37 Once configured, the plugin will override the Wordpress mailing feature and send your email through your SocketLabs Injection API.
38
39 **How do I create a SocketLabs account**
40
41 You can sign up for a free account here https://www.socketlabs.com/signup_form/?plan=Free.
42
43 ## Help & Support
44
45 Visit our Support System if you have any questions, the SocketLabs Support Team is happy to help — https://support.socketlabs.com/
46
47 ## Changelog
48 * 1.2.2 Confirmed functionality in WP v7.0.0
49 * 1.2.1 Add support for Bearer token keys. Various bug fixes and improvements.
50 * 1.1.0 Removed deprecated get_magic_quotes_runtime().
51 * 1.0.14 Confirmed functionality in WP v6.3.1.
52 * 1.0.13 Fixed: Corrected a typo on connection status admin page.
53 * 1.0.12 Fixed: Added recipient email verification check.
54 * 1.0.11 Fixed: From field from showing "From" in header value.
55 * 1.0.10 Fixed: Removed api status check from plugin startup.
56 * 1.0.9 Fixed: Addresses now allow comma delimited lists.
57 * 1.0.8 Fixed: BCC and CC addresses were not being added.
58 * 1.0.7 Added support for attachments.
59 * 1.0.6 Fixed issue related to running older versions of PHP.
60 * 1.0.5 Fixed issue with ReplyTo address not being set.
61 * 1.0.4 Fixed issue with headers not being added correctly.
62 * 1.0.3 Fixed issue with HTML formatted emails.
63 * 1.0.2 Fixed SOCKETLABS_API_STATUS variable error.
64 * 1.0.1 Improved error handling
65 * 1.0.0 Initial release.
66