auto-responder

anyone know of a plugin (or service) email autoresponder for trac?

Eric Willis' response to this question: http://stackoverflow.com/questions/563041/receive-emails-in-a-net-service-c prompted me to start thinking of creating a general purpose (initially for trac only) autoresponder and issue creator that listens to some "support" email account, creates an issue in your issue tracker and responds to th...

SMS auto-responses on Android.

First, a non-programming question: My phone is auto-responding to missed calls with a text message: "Sorry. I'm not near my phone right now." Where did my phone get the idea to do that and how do I make it stop? And a programming question: How can I make my Android do arbitrary things in response to a missed call, such as email me th...

How to Read HTML out of a webpage and use it as body of HTML Auto-Responder E-Mail

I am working on an HTML auto responder email. If there is a simpler way than what i am doing please let me know. So far, i've built "pagename.aspx" and i read this page into a string variable, then use this variable as the BODY of the mail. This works. The page optionally accepts a QueryString called "leadID". This is used to pull data...

How to make an email bot that replies to users not reply to auto-responses and get itself into mail loops.

I have a bot that replies to users. But sometimes when my bot sends its reply, the user or their email provider will auto-respond (vacation message, bounce message, error from mailer-daemon, etc). That is then a new message from the user (so my bot thinks) that it in turn replies to. Mail loop! I'd like my bot to only reply to real e...

Email auto responder - objective-c

Ok I want to do this: If an email comes in to [email protected], it looks at the email's fields. For example: Name:elijah wood Address:77 apple avenue And enters that data into an address book contact. Depending on the fields someone might have sent in a "price quote" or a "brochure request". Like this: If this field is present ...