email-reminder 0.7.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News email-reminder 0.7.4 (Default branch)
# 1  
Old 11-20-2008
email-reminder 0.7.4 (Default branch)

ImageEmail-reminder allows users to define events thatthey want to be reminded of by email. Possibleevents include birthdays, anniversaries, andyearly events. Reminders can be sent on the day ofthe event and a few days beforehand. It uses acron job to checks for events and send remindersonce a day, and a simple GUI that allows users toedit the reminders they want to receive.License: GNU General Public License v3Changes:
This version includes support for SSL-enhanced SMTP servers with the "smtp_ssl = 1" configuration option, and eliminates the "No reminders found for..." message that some users reported getting from their cron logs.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Email::Sender::Failure(3pm)				User Contributed Perl Documentation			       Email::Sender::Failure(3pm)

NAME
Email::Sender::Failure - a report of failure from an email sending transport VERSION
version 0.110005 ATTRIBUTES
message This method returns the failure message, which should describe the failure. Failures stringify to this message. code This returns the numeric code of the failure, if any. This is mostly useful for network protocol transports like SMTP. This may be undefined. recipients This returns a list (or, in scalar context, an arrayref) of addresses to which the email could not be sent. METHODS
throw This method can be used to instantiate and throw an Email::Sender::Failure object at once. Email::Sender::Failure->throw(\%arg); Instead of a hashref of args, you can pass a single string argument which will be used as the "message" of the new failure. SEE ALSO
o Email::Sender::Permanent o Email::Sender::Temporary o Email::Sender::Multi AUTHOR
Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-06 Email::Sender::Failure(3pm)