I need to find a good email autoresponder program/script to help with my sales. I sell digital coupons, and when I see an email in my Gmail inbox with something in the subject like “Item #123456789 Instant payment received” and in the body “John Doe has purchased your coupon”, I want an autoresponder to automatically reply to the email and send out a coupon. However, each coupon can only be sent out once, and I need an autoresponder that can send out a new coupon each time I receive a “payment received” email. So, to simplify.
email: Item #123456789 Instant payment received
reply: Hi, here is your coupon. coupon58372
email: Item #723456799 Instant payment received
reply: Hi, here is your coupon. coupon58373
email: Item #523456999 Instant payment received
reply: Hi, here is your coupon. coupon58374
and etc.
I have a long list of coupons saved in a text file (urls), and I need this program/script to allow me to choose how many coupons to send out with each reply. So for example, if I specified that I want 3 coupons to be sent out in each reply, I would need the autoresponder to send out the coupons in batches of threes and keep track of the ones that have already been sent out. Probably be best if this is done with a counter.