mailin
Last commit date
css
12 years ago
emails
12 years ago
img
12 years ago
js
12 years ago
lang
12 years ago
ajaxcall.php
12 years ago
ajaxcontent.php
12 years ago
ajaxmanagesubscribe.php
12 years ago
ajaxsmtp.php
12 years ago
api_form.php
12 years ago
compatibility.php
12 years ago
cron.php
12 years ago
listings.php
12 years ago
mailin.php
12 years ago
mailin_widget.php
12 years ago
mailinapi.class.php
12 years ago
readme.html
12 years ago
readme.html
50 lines
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | |
| 6 | </head> |
| 7 | <body> |
| 8 | |
| 9 | Mailin Plugin for WordPress |
| 10 | Copyright (C) 2013 www.mailin.fr |
| 11 | |
| 12 | You can freely use this plugin in your WordPress website. For updates, please visit: http://ressources.mailin.fr/wordpress/ |
| 13 | Please send your questions & comments to support@mailin.fr |
| 14 | --------------------------------------------------------------------- |
| 15 | |
| 16 | Mailin's WordPress plugin allows you to easily sync your WordPress customers with your Mailin lists. |
| 17 | This plugin facilitates you to synchronize your list of customers to your Mailin mailing lists and vice versa. |
| 18 | It also allows you to use Mailin SMTP service to route your emails with Mailin. |
| 19 | |
| 20 | ::Installation:: |
| 21 | Step 1) |
| 22 | Download the latest version of Mailin WordPress plugin from http://ressources.mailin.fr/wordpress/ |
| 23 | |
| 24 | Step 2) |
| 25 | Login to your WordPress admin panel (Back office). |
| 26 | |
| 27 | Step 3) |
| 28 | Go to Plugins tab and click on the button "Add New" at the top. |
| 29 | |
| 30 | Step 4) |
| 31 | Select the "Upload" tab and then select the "mailin.zip" file using the browse button and hit the "Install Now" button. |
| 32 | |
| 33 | |
| 34 | Step 5) |
| 35 | Go to plugin tab, find Mailin plugin and click the 'Settings' link. |
| 36 | |
| 37 | |
| 38 | ::Configure:: |
| 39 | Simply enable the "Activate the Mailin plugin" and specify your API key from your Mailin account. If you don't have it yet, please go to Mailin website: |
| 40 | www.mailin.fr and then register and use the key which can be found here https://my.mailin.fr/advanced/apikey |
| 41 | or if you are a MailinBlue user, you can get the key from https://my.mailinblue.com/advanced/apikey |
| 42 | |
| 43 | The only difference between Mailin.fr and Mailinblue.com is that the former is the French version and the latter is English. |
| 44 | |
| 45 | |
| 46 | |
| 47 | |
| 48 | </body> |
| 49 | </html> |
| 50 |