Innovation Award
 December 2004
Winner |
Sending and receiving e-mail messages is one of the most popular Internet applications.
Sometimes there is the need to provide immediate responses to incoming e-mail messages, especially when the recipient is away or may not reply to the messages right after they are received.
This class provides a generic solution for automating the processing of messages received in a mailbox accessible via either POP 3 or IMAP protocols.
The most common use of this class is to provide automatic replies to the incoming messages, but the class may be used also for other types of automated message processing.
Manuel Lemos |
This class implements an email auto-response system.
It accesses mailboxes via POP3 or IMAP protocols and sends out automatic responses emails to the messages found in the inbox folder.
Currently it implements three types of auto-response:
* Send a response message using a given file
* Send response message using contents read from a given Web URL (in this case the email subject has the URL request)
* Send a custom response message generated by the current script
The response messages may be in plain text or HTML.
After the auto-response is sent, the mails are marked read or can be deleted.
This class is meant to be used from tasks run periodically for instance as cron jobs.
| Project record: |
autoresponse |
| Popularity score: |
15.68 |
| Vitality score: |
1.0 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (84.4%) |
Sufficient (71.9%) |
Sufficient (62.5%) |
Sufficient (68.8%) |
- |
- |
Sufficient (62.5%) |
476 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| Grab URL |
Required |
Read data from the specified url |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.