I'd like to set up an autoresponder that sends out a short email with an html file as an attachment, preferably responding to any particular address no more than once every day or two, but definitely more than one time each. Is this easy (or even possible) to set up?
I guess you will havt to write a new autoresponder procmail.rc for this. Or you create a cronjob that deletes the cache file of the autoresponder every day, that stores the addresses where an message has been sent to. To make a mail with attachment, you can try to create multipart mime message and use the source as autoresponder text. Or you modify the autoresponder procmailrc to use another script or command to send a mail with attachment.
I think the second sounds more easy! That sounds like the best approach. I never use HTML in email, so it's all new to me. Thanks for your help.