A Magento extension that allows you to export newsletter subscribers from your Magento administration interface to Sendsmaily.
- Make sure you have Magento 1.7, 1.8 or 1.9 installed.
- Download the latest relase from GitHub. If for some reason the
master
version does not work use the latest versioned release from releases page. - Extract
app
directory from the archive to your Magento root directory. - Make sure
app/code/community/Sendsmaily
(and it's subdirectories) have the correct permissions (refer to Magento Installation Guide) - Flush Magento Cache from administration interface.
- Done, move to configuration section.
Extension configuration can be found from Magento administration interface, under System
→ Configuration
→ Newsletter
→ Smaily Email Marketing And Automation
section.
- General settings − Enables the extension and holds credentials related information.
- Customer Synchronization − Manages subscriber synchronization settings. Select fields to sync and sync frequency.
- Go to
System
→Configuration
→Newsletter
→Smaily Email Marketing And Automation
. - Select
Enabled
→Yes
status in General Settings - Insert your Smaily API authentication information and press
Save Config
to get started - To enable customer synchronization select
Enabled
→Yes
status in Customer Synchronization Settings - Select fields you would like to sync and frequency
At any time you can trigger a manual export from Newsletter
→ Newsletter subscribers
by selecting Sendsmaily
from Export to:
dropdown and hitting that Export
button.
To export specific subscriber(s), filter desired subscribers using the fields under the table header and click Export
.
NOTE! All filtered subscribers are exported. Selecting rows has no effect.
Regular export fails to run
Usually a good place to start would be to check Magento CRON's Schedule Ahead for
value. We have found that value of 60 works the best, if you are running daily exports.
2.0.0
- Refractor functionality to implement new API
- Customer Synchronization now removes unsubscribers from Magento store
- Store unsubscribers are also updated in Smaily system
- Use subdomain and username/password combination for authentication with Smaily
- Updated admin page look
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>