{"id":15223,"date":"2011-10-09T20:54:04","date_gmt":"2011-10-09T20:54:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/e-mail-broadcasting\/"},"modified":"2012-01-03T22:12:02","modified_gmt":"2012-01-03T22:12:02","slug":"e-mail-broadcasting","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/e-mail-broadcasting\/","author":8407106,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.2.2","stable_tag":"trunk","tested":"3.3.2","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"E-Mail Broadcasting","header_author":"Adrian Dimitrov <dimitrov.adrian@gmail.com>","header_description":"","assets_banners_color":"dedfdf","last_updated":"2012-01-03 22:12:02","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/e-mail-broadcasting\/","header_author_uri":"http:\/\/www.facebook.com\/dimitrov.adrian","rating":5,"author_block_rating":0,"active_installs":100,"downloads":10463,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"484121","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1538925","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1538925","resolution":"1","location":"plugin"}},"screenshots":{"1":"The publish interface","2":"The settings"}},"plugin_section":[],"plugin_tags":[465,25224,267,25223],"plugin_category":[41],"plugin_contributors":[84338],"plugin_business_model":[],"class_list":["post-15223","plugin","type-plugin","status-closed","hentry","plugin_tags-broadcast","plugin_tags-bulk-email","plugin_tags-email","plugin_tags-maillist","plugin_category-communication","plugin_contributors-dimitrovadrian","plugin_committers-dimitrovadrian"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/e-mail-broadcasting_dedfdf.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/e-mail-broadcasting\/trunk\/screenshot-1.jpg?rev=1538925","caption":"The publish interface"},{"src":"https:\/\/ps.w.org\/e-mail-broadcasting\/trunk\/screenshot-2.jpg?rev=1538925","caption":"The settings"}],"raw_content":"<!--section=description-->\n<p>Easy for use bulk email sender.\nIf you have online magazine alike blog or website and want to send users annoncments, this plugin is for you.<\/p>\n\n<p>When plugin is installed, an <strong>E-Mail Broadcasting<\/strong> menu item will apear in <strong>Tools<\/strong> <em>(requires administrator use role)<\/em><\/p>\n\n<h4>Feautures:<\/h4>\n\n<ul>\n<li>Import emails from CSV files.<\/li>\n<li>Import emails from commenters.<\/li>\n<li>Export emails to file<\/li>\n<li>Integrated visual editor.<\/li>\n<li>Split sending into potions (for example 100 mails per hour).<\/li>\n<li>Widgets and shortcodes for user subscribtion.<\/li>\n<li>Uses native wp_mail() function, which allow you to configure the mail sending function of WP with what plugin you want.<\/li>\n<\/ul>\n\n<h4>Widgets that plugin add:<\/h4>\n\n<ul>\n<li><strong>E-Mail Broadcasting<\/strong>                <em>User (un)subscribe panel<\/em><\/li>\n<\/ul>\n\n<h4>Shortcodes:<\/h4>\n\n<ul>\n<li><strong>[emailbroadcasting]<\/strong>                <em>Default for user subscribtion<\/em><\/li>\n<li><strong>[emailbroadcasting unsubscribe]<\/strong>    <em>For user unsubscribe<\/em><\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>I can't send mails (both test and to list)<\/dt>\n<dd><p>May be you have not correctly configured mail system on your blog\/website. You can use some wordpress plugin to reconfigure the builtin wp_mail() function with specific details.\nI reccommend this http:\/\/wordpress.org\/extend\/plugins\/wp-mail-smtp\/ it work fine on my blog<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2.2<\/h4>\n\n<ul>\n<li>Fix install plugin profile<\/li>\n<\/ul>\n\n<h4>0.2.1<\/h4>\n\n<ul>\n<li>Fix sending mail instands of debug messages (sorry, my fall)<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Complete rewriten code in oop<\/li>\n<li>Increase required WP version to &gt;= 3.2 (this is need to fix visual editor in lower versions)<\/li>\n<li>Added localisation support, languages directory with default pot file for easy localisation \/\/Request from G\u00fcrol BARIN (thanks for the idea)<\/li>\n<li>Added cron level activation\nusers - all site visits can trigger the sender\nadmins - sender is activated automatically only from admin panel\nURL  - it is triggered only from the key url<\/li>\n<li>Added multiple email templates \/\/ Forum request<\/li>\n<li>Added fullscreen button in the visual editor<\/li>\n<li>Added new \"History\" tab, can see last 30 (un)subscribed users<\/li>\n<li>Added new option \"Start sending immediatly\"<\/li>\n<li>Added new option \"Export delimeter\"<\/li>\n<li>Droped ajax support while browsing the mails<\/li>\n<li>Drpped security checkbox in sending<\/li>\n<li>Droped screen help (need to be reworked in future)<\/li>\n<li>Fix bug with escaping chars in the editor \/\/Reported from gdurniak in the forum (thanks)<\/li>\n<li>Fix bug in options in the first run<\/li>\n<li>Fix bug when plugin is installed as symlink (in windows fs)<\/li>\n<li>Fix bug in option saving<\/li>\n<li>Fix bug in sending process autoreloading<\/li>\n<li>Fix bugs with some strings, now they are more translatable by the core<\/li>\n<li>Fix some visual glitches<\/li>\n<li>Tweak import function to import corectly more cvs formats<\/li>\n<li>Changed name of main file 'emailbroadcasting.php' to 'e-mail-broadcasting.php' (which allow better plugin allocating)<\/li>\n<li>Changed database structure, added new fields list and deleted<\/li>\n<li>Changed option saving method, now using one serialized array instsands of multiple database records<\/li>\n<li>Bump version 0.2<\/li>\n<\/ul>\n\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>Now exit when using triggerhash<\/li>\n<li>Fix bug in settings, triggerhash is not visible<\/li>\n<li>Now autoload options only that have to be loaded at start<\/li>\n<li>Added export option<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Fix bug with saving the test email list<\/li>\n<li>Added TriggerHash option<\/li>\n<li>Added contextual help<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Readme fix<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial 'alpha' release<\/li>\n<\/ul>\n\n<h4>@TODO<\/h4>\n\n<ul>\n<li>Better visual editor integration<\/li>\n<li>(DONE) Add option to search\/filter emails in the browser<\/li>\n<li>(DNE) Add history or templates in publishing tab<\/li>\n<li>Add email shortcode for user unsubscription (ex.: [unsubscribe_link]click here if you doesn't want recieve more mails[\/unsubscribe_link])<\/li>\n<li>(DONE) Rewrite the code according oop principies<\/li>\n<li>Multiple email lists<\/li>\n<li>(DONE) New tab \"Last activity\" for last N (un)subscribtions<\/li>\n<li>Ability to view all unsubscribed and permanently delete them<\/li>\n<li>Fix the screen help<\/li>\n<li>Migrate to builtin WP crontab<\/li>\n<\/ul>\n\n<h4>@KNOWING ISSUES<\/h4>","raw_excerpt":"Easy for use bulk email sender.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=15223"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dimitrovadrian"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15223"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15223"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15223"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15223"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15223"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}