=== Mini Mail Dashboard Widget === Contributors: Marcel Bokhorst Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AJSBB7DGNA3MJ&lc=US&item_name=Mini%20Mail%20Dashboard%20Widget%20WordPress%20Plugin&item_number=Marcel%20Bokhorst¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted Tags: e-mail, email, mail, sms, notify, notification, admin, dashboard, widget, security, ajax Requires at least: 2.7 Tested up to: 2.8.4 Stable tag: 0.2 Send and receive e-mails on the administration panel and optionally receive SMS messages when new messages arrive. == Description == Send and receive e-mail messages on the administration panel and optionally receive SMS messages containing the sender, subject and (part of) the text when new messages arrive. All e-mail is text based ([HTML](http://en.wikipedia.org/wiki/HTML "HTML") will be converted to text). Mail can be received by [POP3](http://en.wikipedia.org/wiki/POP3 "POP3") or [IMAP](http://en.wikipedia.org/wiki/IMAP "IMAP") and sent by [PHP mail](http://www.php.net/mail "PHP mail") or [SMTP](http://en.wikipedia.org/wiki/SMTP "SMTP"). There is a simple address book for both e-mail addresses and phone numbers. The e-mail address book is populated by your WordPress users by default. See [Other Notes](http://wordpress.org/extend/plugins/mini-mail-dashboard-widget/other_notes/ "Other Notes") for usage instructions. **This plugin requires at least PHP 5.2.4.** Please report any issue you have on the [support page](http://blog.bokhorst.biz/2414/computers-en-internet/wordpress-plugin-mini-mail-dashboard-widget/ "Marcel's weblog"), so I can at least try to fix it. See my [other plugins](http://wordpress.org/extend/plugins/profile/m66b "Marcel Bokhorst"). == Installation == *Using the WordPress dashboard* 1. Login to your weblog 1. Go to Plugins 1. Select Add New 1. Search for Mini Mail Dashboard Widget 1. Select Install 1. Select Install Now 1. Select Activate Plugin *Manual* 1. Download and unzip the plugin 1. Upload the entire *mini-mail-dashboard-widget/* directory to the */wp-content/plugins/* directory 1. Activate the plugin through the Plugins menu in WordPress == Frequently Asked Questions == = Why did you write this plugin? = See [here](http://blog.bokhorst.biz/2414/computers-en-internet/wordpress-plugin-mini-mail-dashboard-widget/ "Marcel's weblog"). = Who can access the general settings? = Users with *manage\_options* capability. = Is this plugin multi-user? = Yes. = How can I change the styling? = 1. Copy *wp-mini-mail.css* to your theme directory to prevent it from being overwritten by an update 2. Change the style sheet to your wishes; the style sheet contains documentation = Why does this plugin require at least PHP version 5.2.4? = Because this is [a requirement](http://framework.zend.com/manual/en/requirements.html#requirements.version "PHP 5.2.4") of the Zend Framework. = Are you affiliated to VoipBuster? = No. = Can you give me an example of an SMS schedule? = To receive SMS notifications from 9am to 5pm on working days you could use the following schedule: * +9:00 * -17:00 * -Sat * -Sun = Where can I ask questions, report bugs and request features? = You can write comments on the [support page](http://blog.bokhorst.biz/2414/computers-en-internet/wordpress-plugin-mini-mail-dashboard-widget/ "Marcel's weblog"). == Screenshots == 1. The Mini Mail Dashboard Widget == Changelog == = 0.2 = * Added Dutch and Flemisch translations (nl\_NL/be\_NL) * Fixed bug: name of to address was set incorrect * Fixed bug: use first address if multiple present (Reply-To) * Improved style of compose buttons * Fix for encoded headers with surrounding quotes = 0.1 = * Initial version = 0.0 = * Development version == Usage == Click on *Configure* in the title bar of the widget (or use the *Settings* link in the widget). *Receiving mail* 1. Select at least a receive method in the *Mail* section 1. Fill in the *POP3* or *IMAP* settings *Sending mail* 1. Fill in at least your e-mail address in the *Mail* section 1. Select at least a send method in the *Mail* section 1. Fill in the *SMTP* settings if needed PHP mail is the simplest to use and probably allowed by your hosting provider. *Sending SMS* 1. Register at one of the [VoipBuster clones](http://progx.ch/home-voip-smsbetamax-3-1-1.html "VoipBuster clones") and buy some credit 1. Fill in the SMS settings *Submit* the settings The *General* settings are site-wide and only accessible for users with *manage\_options* capability (administrators). All other settings are user specific. == Acknowledgments == This plugin uses: * [Zend Framework](http://framework.zend.com/ "Zend Framework") published under the new BSD license * [XML Parser Class](http://www.criticaldevelopment.net/xml/ "XML Parser Class") by *Adam A. Flynn* and published under the GNU Lesser General Public License version 2 * [PHP Class: HTML to Plain Text Conversion](http://www.chuggnutt.com/html2text.php "HTML to Plain Text Conversion") by *Jonathon T. Abernathy* et al and published under the GNU General Public License version 2 * [jQuery JavaScript Library](http://jquery.com/ "jQuery") published under both the GNU General Public License and MIT License * Ajax loader image generated by [ajaxload.info](http://ajaxload.info/ "ajaxload.info") "totally free for use" * [Info](http://commons.wikimedia.org/wiki/File:Info_Simple_bw.svg "File:Info_Simple_bw.svg"), [delete](http://commons.wikimedia.org/wiki/File:Pictogram_voting_delete.svg "Pictogram_voting_delete.svg") and [attachment](http://commons.wikimedia.org/wiki/File:Gnome-mail-attachment.svg "File:Gnome-mail-attachment.svg") icons from [Wikimedia Commons](http://commons.wikimedia.org/ "Wikimedia Commons") published under the GNU General Public License version 2 or released in the [public domain](http://en.wikipedia.org/wiki/Public_domain "public domain")