There is no cost to join RicheyWeb, and membership is a requirement to submit bug reports and participate in the support forums.
CLI - Reminder allows an administrator to specify user note categories as reminder triggers. Multiple configurations can be active on a single note category.
At this point, the extension is installed but not enabled. You can find the plugin by going to the Extensions menu and selecting "Plugins". When in the plugin manager, search for "CLI - Reminder".
The first configuration to concern yourself with is the CRON job. In Linux, this is known as CRON, in Windows environments - these are known as "Scheduled Commands". I'll leave it to you to learn how to execute CRON/Scheduled Tasks in your environment. The important part of this configuration is the command itself. There are 2 parts:
If the PHP executable in your environment is "/usr/bin/php" and the location of the "cli" directory in your Joomla installation is "/home/website/public_html/cli", then the command to execute is:
/usr/bin/php /home/website/public_html/cli/reminder.php
The only configuration to your CRON job that is mandatory is that it repeat every night at midnight (or early in the morning). This configuration ensures that the reminders are sent as early as possible on the date they're designated to be delivered. You may wish to make additional configurations to capture the output of the reminder script into a log file, and again - I'll leave it to you to learn how to do that in your environment.
Any category you choose will cause the owner of the note (the user account for the note) to be a recipient of the reminder on the "Review Date". This field can remain empty. It is not required that you select anything for this field.
Any category you choose will cause the creator of the note to be a recipient of the reminder on the "Review Date". This field can remain empty. It is not required that you select anything for this field.
Select a note category and a user to receive reminders for that category. You may create multiple recipient entries for a single category.
The outgoing reminder email subject can be customized using any of the replacement tags listed below. The default for this field is %subject% - which is a replacement tag for the note subject text.
The outgoing reminder email body can be customized using any of the replacement tags listed below. The default for this field is %body% - which is a replacement tag for the note body text. This field accepts HTML, however, you should pay close attention to any images or other media you use in this HTML. Joomla inserts images using a relative path and omits the domain name. Be sure your media has a complete URL.
The following items may be inserted into the note body text to send email to additional recipients. While you may use as many of these tags as you wish, it is possible to trip spam filters by adding too many addresses. This is not a newsletter. use common sense.
If your messages are not being sent, try executing your CRON command manually (type it into a console) and see if there are any error messages. If you find some - please submit a trouble ticket or post to the forum.
Please Log in or Create an account to join the conversation.