=== Lemme Know === Contributors: clash82 Tags: notifications, email, newsletter, subscribe2, mailing, smtp Requires at least: 4.6 Tested up to: 4.7.0 Stable tag: trunk License: GPLv2 Sends e-mail notification for all subscribers when a new post is published. == Description == This plugin is currently in alpha stage. It includes only basic features like sending e-mail notifications using built-in PHP mail() function or by using SMTP server. Work of this plugin depends mostly on SMTP server configuration. Lemme Know plugin allows you to send e-mail notifications only for a small amount of subscribers. There are plans to implement Cron-based solution which will allows to send notifications in portions and bypass server limitations. == Installation == * upload the `wp-lemme-know` directory to the `/wp-content/plugins/` directory * activate the plugin through the 'Plugins' menu in WordPress * go to `Settings > Lemme Know` and fill out required settings * go to `Themes > Widgets` and add Lemme Know widget to the sidebar Todo: * implement Cron-based feature allowing to send e-mails in portions * add e-mail list management (add/edit/remove subscribers manually) * add e-mail groups * add double opt-in feature for e-mail subscriptions * add translations Feel invited to contribute if you can help make this plugin better :-) Visit https://github.com/omniproject/wp-lemme-know, fork the project, add your feature and create a Pull Request. I'll be happy to review and add your changes. == Screenshots == 1. Widget (user view) 2. Widget (administration area) 3. Dashboard panel 4. Plugin settings == Changelog == = v0.2.0 = * fixed: removed notification sending after post edit (notifications are now sent only after first post publish), * added: internal Administrator notifications now includes e-mail unsubscriptions, * added: site name is now part of the e-mail's title used when sending internal notifications (useful when using plugin for more than one site). = v0.1.0 = * first alpha release == Upgrade notice == * nothing for now :-)