logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

collect-reminders - collect email reminders to be sent out

Author

       Francois Marier <francois@fmarier.org>

Description

       Email-reminder allows users to define events that they want to be reminded of by email.

       This script is meant to be invoked everyday by a cron job or as the root user.  It collects the reminder
       files from each user.

Files

~/.email-reminders, /etc/email-reminder.conf

Name

       collect-reminders - collect email reminders to be sent out

Options

--help
             Displays basic usage message.

       --verbose
             Prints out information about what the program is doing, including the full emails being sent out.

       --version
             Displays the version number.

See Also

       email-reminder-editor, send-reminders

Synopsis

       Collect emails reminders set by users for special occasions and move them to the email-reminder spool
       directory.

See Also