sendwithus WordPress Plugin
====================

A WordPress plugin that replaces WordPress' default emails with sendwithus' transactional email services.

This allows for a range of analytical services to be applied to any WordPress instance's emails. For more information see http://www.sendwithus.com.

Requirements
--------------
* LAMPP server running WordPress 3.9+
 - May work on earlier versions of WordPress, but has not been tested.

Install
----------
The following instructions are for installing the plugin directly from github. Upon release it will be available for download on WordPress' Plugin Directory. 

The following install steps assume that you have a fully functional WordPress install.

<b>Using git to install via terminal</b>
<ol>
	<li>Navigate to ./wp-content/plugins/ within your WordPress instance.</li>
	<li>Run 'git clone https://github.com/sendwithus/sendwithus_wordpress.git'</li>
	<li>Access your WordPress control panel.</li>
	<li>Go to the 'Plugins' menu.</li>
	<li>Activate 'sendwithus Transactional Email'.</li>
	<li>Access 'sendwithus' on the menu sidebar.</li>
</ol>

<b>From .zip file</b>
<ol>
	<li>Download https://github.com/sendwithus/sendwithus_wordpress/archive/master.zip </li>
	<li>Extract zip file to ./wp-content/plugins/ of WordPress instance.</li>
	<li>Access your WordPress control panel.</li>
	<li>Go to the 'Plugins' menu.</li>
	<li>Activate 'sendwithus Transactional Email'.</li>
	<li>Access 'sendwithus' on the menu sidebar.</li>
</ol>