Scroll to navigation

COLLECT-REMINDERS(1) User Contributed Perl Documentation COLLECT-REMINDERS(1)

NAME

collect-reminders - collect email reminders to be sent out

SYNOPSIS

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

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.

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.

FILES

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

AUTHOR

Francois Marier <francois@fmarier.org>

SEE ALSO

email-reminder-editor, send-reminders

COPYRIGHT

Copyright (C) 2004-2014 by Francois Marier

Email-Reminder is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

Email-Reminder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Email-Reminder; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

2019-03-02 perl v5.28.1