I need a timed autoresponder that will email customers three weeks after placing an order inviting them to write a product review for the item(s) they have purchased. The order information is stored in a text file named “allorders.txt” in the cgi-bin. The script would need to read the customer’s name and email address as well as the date of the order and the item code(s) in order to generate a timed autoresponder. The autoresponder is to be sent ONCE only and in the specified timeframe! I don’t …
