The Email Client WM WordPress plugin allows you to use Webmail Lite email client inside of the admin area.
In order to be able to use this module you need to have hosted email by your hosting company.
If you own a custom domain�like
www.mycompany.com for your website, you should be able to use it.
IF YOU HAVE ANY DIFFICULTIES INSTALLING THE PLUGIN PLEASE CONTACT ME AT info@profound
-english.com
THIS IS A 3 DAY TRAIL VERSION.($10 get the license)
- Easey setup - Plug and play
- Multilingual support
- Email address and unread email detection.
- Fully synchronized with WordPress logout system.
- and more...
Considering all the advices given in
http://codex.wordpress.org/Writing_a_Plugin,
http://codex.wordpress.org/Creating_Options_Pages and
http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/
Including:
- multi language ability
- uninstall routine
- data delete routine (avoid orphaned data)
- coding advices
- security aspects (validating user inputs, nonces)
- external third party stuff (Ajax, CSS, Javascript)
- shortcode
- Wordpress scheduler ("cronjob")
- logfiles
- capabilities