Hey,
Were in the process of fininshing off our black hat suite. One of the features is an auto responder. Esentially when your server receives an email, its piped to a php script which saves the data to a mysql database, and allocates it a unix timestamp to be replied at.
Then we run a CRON every minute which sends emails (using Gmails SMTP), if
A) The timestamp is less than the current timestamp
B) The email has yet been sent.
Once completed the software will be available for subscription.
Cheers
aReJay