Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Send-reminders - send email reminders for special occasions

Author

       Francois Marier <francois@fmarier.org>

Description

       Email-reminder allows users to define events that they want to be reminded of by email.  Possible events
       include birthdays, anniversaries and yearly events.  Reminders can be sent on the day of the event and a
       few days beforehand.

       This script is meant to be invoked everyday by a cron job.  It mails the actual reminders out.

       When run by the root user, it processes all of the spooled reminders.  When run by a specific user, it
       only processes reminders set by that user.

Files

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

Name

       Send-reminders - send email reminders for special occasions

Options

--help
             Displays basic usage message.

       --simulate
             Does not actually send any emails out.

       --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, collect-reminders

Synopsis

       Send emails reminders set by users for special occasions.

See Also