Tagged Questions
The auto-responder tag has no wiki summary.
8
votes
4answers
1k views
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). ...
1
vote
1answer
30 views
Best way to track emails - UUID vs ID number
need to track 1 million email addresses within our organisation for marketing and customer response. It has been decided to develop in-house.
having done a little research into what others are doing ...
1
vote
2answers
3k views
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 ...
0
votes
1answer
56 views
Fiddler: Creating an AutoResponse rule to map all calls to one host to another host
Example:
I want to create one AutoResponse rule that will map all calls to one host to another host, but preserve the urls. Examples
http://hostname1/foo.html -> http://hostname2/foo.html
and
...
0
votes
0answers
61 views
autoresponder module for drupal 6
I set up Cron to run twice a day and i can see in the recent logs that cron runs and that autoresponder runs however it says 0 emails sent to 0 users when it should be at least 1 email sent to 1 user. ...
0
votes
1answer
106 views
Email auto responder - objective-c
Ok I want to do this:
If an email comes in to info@woodviolins.com, it looks at the email's fields. For example:
Name:elijah wood
Address:77 apple avenue
And enters that data into an address book ...
0
votes
2answers
234 views
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 ...
0
votes
1answer
146 views
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 ...