Post Status Notifier Lite
Notify every WordPress post change! You want to be notified when one of your contributors have submitted a new post for revision or an editor published one? Vice versa you want to notify your contributors when their posts got published? This is just the beginning of what you can achieve with Post Status Notifier (PSN)! It works with all kind of custom post types, supports all custom taxonomies like categories and tags other plugins are using. You can grab all these taxonomy values and custom fields attached to a post and use them as placeholders in your custom notification texts. PSN has a powerful conditional template syntax featuring many filters and functions to get the most out of the placeholders! Define as many notification rules as you need with all kind of settings, like custom CC, BCC and FROM emails addresses. PSN is extensible! Build your custom module to implement a new notification service. PSN works great with plugins like WP Job Manager (read more), Calendarize.it (read more), Crowdfunding by Astoundify (read more) or Advanced Custom Fields, just to name a few. The possibilities are endless. Want to automate your publishing workflow with Buffer? No problem! Plugin homepage: https://www.ifeelweb.de/wp-plugins/post-status-notifier/ Always up-to-date online documentation: https://docs.ifeelweb.de/post-status-notifier/ FAQ: https://docs.ifeelweb.de/post-status-notifier/faq.html Features Get the Premium version for all features Define custom notification rules Support for posts, pages and all custom post types Support for all post status values Create custom email texts with support for many placeholders Manipulate placeholders content with filters to completely adjust the output to your needs (uses the filters of the famous PHP template engine Twig / limited to one filter in the Lite version) WordPress multisite compatible Premium version: HTML emails / mail templates Premium version: Mail queue / deferred sending Premium version: Categories filter: Include or exclude categories (even from custom post types) from notifications Premium version: Supports SMTP. You find all necessary SMTP settings to connect your SMTP server in the options section. Premium version: Supports user roles (custom roles too) as email recipients Premium version: Optional logging: Logs status changes based on your rules Premium version: Dashboard widget showing the latest log entries (can be disabled) Premium version: Import / Export of your notification rules Premium version: Copy rules Premium version: Conditional template syntax (Manual) Premium version: Extensible (Manual) Premium version: Custom sender e-mail. Define the notification sender (FROM) per rule or as a default in the options. Premium version: Dynamic recipients Premium version: Late execution to support frontend submission plugins as well as possible Premium version: Rule trigger limitations Comprehensive documentation Included translations: english, german Support in english and german via Zendesk: ifeelwebde.zendesk.com Tested on Windows, Mac OS and Linux Built on our ifeelweb.de WordPress Plugin Framework The Lite version features two notification rules and one CC email What customers say “Great plugin, look through maybe 7 plugins until found this one and it is the best.” – misolek “just got the pro version and it’s working great, awesome plugin man and thanks for your excellent support” – nomadone “This plugin is very intuitive and works great. Very helpful support. Top notch!” – Rick “Thank you for your great support – the plugin works great now and has accomplished what 5 other commercial and free plugins couldn’t – to provide simple and configurable email notifications for WP status changes.” – Jon “just got the pro version and it’s working great, awesome plugin man and thanks for your excellent support” – nomadone Comment-Source Configuration Go to the new option page Post Status Notifier Lite. Here you can define custom notification rules. Here you can find a detailed documentation: https://docs.ifeelweb.de/post-status-notifier/ Info If you find any bugs please use the comments on the plugin’s homepage. Please also contact me for feature requests and ideas how to improve this plugin. Any other reactions are welcome too of course.
Top keywords
- version20×3.06%
- premium16×2.45%
- premium version16×2.45%
- custom14×2.14%
- post9×1.38%
- support9×1.38%
- notification8×1.22%
- rules7×1.07%
- de5×0.76%
- ifeelweb5×0.76%
- ifeelweb de5×0.76%
- notification rules5×0.76%
Simple SMTP
Adds a simple, no-fuss SMTP settings to your WordPress installation that lets you define custom settings, which is especially useful for hosts with no control over the php mail functionality. If logging is enabled, a new segment in the settings panel will show up with a 30-day overview of recent emails, and will automatically prune older logs. Please see the FAQ if you want a more permanent solution. For more information, please see the project wiki on GitHub. Environment and constant overriding (optional) This plugin will prefer environmental and constant-stored values over the plugin-saved equivalent settings, making it easier to use this plugin via deployment. These can be either stored in your systems env setup, or in wp-config.php as define( 'SEE_BELOW', 'your_value_here' );. Accepted Parameters SMTP_HOST (string) Mail server hostname. SMTP_PORT (integer) Port address (usually 25, 465 or 587). SMTP_AUTH (integer, 1 or 0) Pass below credentials to your mail server. SMTP_USER (string) The mail username for this account. SMTP_PASS (string) The password for the mailer account. SMTP_FROM (string) Enforce all emails come from this email address. SMTP_FROMNAME (string) Enforce all emails to have a certain email name. SMTP_SEC (string) Use a particular email security method (accepts ‘def’ (default), ‘ssl’, ‘tls’ and ‘off’). SMTP_NOVERIFYSSL (boolean) Disable validation of the SMTP server certificate (not recommended). SMTP_LOG (boolean) Controls the logging capability and visibility. SMTP_DISABLE (boolean) Disables the mailer. They will still be logged if enabled, but won’t send out. It is recommended to store at least SMTP_PASS in your wp-config.php file (with the correct file permissions set). If the openssl extension is available, the plugin will attempt to encrypt the password in the database.
Top keywords
- smtp14×4.83%
- string6×2.07%
- mail4×1.38%
- settings4×1.38%
- boolean3×1.03%
- email