From 173fb2658be12347c777b5869d14accab8971997 Mon Sep 17 00:00:00 2001 From: Chris <chris@codingallnight.com> Date: Tue, 31 Jan 2017 11:36:40 -0800 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be02972..5836a63 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ mailgun_magento =============== -Avoid spam folders, track opens, clicks, bounces, and spam reports. This Magento extension configures your store to send all transactional emails via Mailgun. Mailgun optimizes your emails so they are sure to reach your customers inbox. The extension uses Mailgun's Web API (rather than the SMTP API) so it will work on hosts (HostGator, SiteGround, BlueHost, etc) that block 3rd party SMTP services. +This Magento extension configures your store to send all transactional emails +via Mailgun. + +Mailgun optimizes your emails so they are sure to reach your customers inbox. + +The extension uses Mailgun's Web API (rather than the SMTP API) so it will work +on hosts (HostGator, SiteGround, BlueHost, etc) that block 3rd party SMTP +services. + +### Installation + +1. Copy the contents of the `app/` folder to the `app/` folder of your site. +1. Clear the Magento configuration cache. +1. Any logged in admin users will need to log out and then log back in to + refresh their permissions. +1. Configure the extension at **System > Configuration > General > MailGun Configuration**. -- GitLab